#CFE45A

Color #CFE45A Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CFE45A

Tints of Mindaro #CFE45A

Color information

#CFE45A (or 0xCFE45A) is unknown color: approx Mindaro. HEX triplet: CF, E4 and 5A. RGB value is (207,228,90). Sum of RGB (Red+Green+Blue) = 207+228+90=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 90 (35.55% from 255 or 17.14% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE45A is #301BA5. Grayscale: #CECECE. Windows color (decimal): -3152806 or 5956815. OLE color: 5956815.

HSL color Cylindrical-coordinate representation of color #CFE45A: hue angle of 69.13º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFE45A is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.

Color convert

RGB20722890-
CMYK0.0900.610.11
HSL69.13º71.88%62.35%-
HSV(B)69.13º60.53%89.41%-
XYZ55.3269.4920.17-
YUV205.9962.54128.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 228 (89.45% from 255) = 43.43%
BLUE value IS 90 (35.55% from 255) = 17.14%
R=39.43%
G=43.43%
B=17.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207228900.0900.610.1169.1371.8862.35
HexCFE45A903DB45483e
Octal317344132110751310511076
Binary1100111111100100101101010010111101101110001011001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE45A; }

 p { color: rgb(207,228,90); }

 H1.HeaderClassName
 {
   color: #CFE45A;
 }
 .AnyTagClassName
 {
   color: #CFE45A;
 }
</style>
background-color css

<style>
 a { background-color: #CFE45A; }

 a { background-color: rgb(207,228,90); }

 div.DivClassName
 {
   background-color: #CFE45A;
 }
 .BgClassName
 {
   background-color: #CFE45A;
 }
</style>
border-color css

<style>
 span { border-color: #CFE45A; }

 span { border-color: rgb(207,228,90); }

 td.TdClassName
 {
   border-color: #CFE45A;
 }
 .TagClassName
 {
   border-color: #CFE45A;
 }
</style>