#CAE45B

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

Shades of Mindaro #CAE45B

Tints of Mindaro #CAE45B

Color information

#CAE45B (or 0xCAE45B) is unknown color: approx Mindaro. HEX triplet: CA, E4 and 5B. RGB value is (202,228,91). Sum of RGB (Red+Green+Blue) = 202+228+91=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE45B is #351BA4. Grayscale: #CDCDCD. Windows color (decimal): -3480485 or 6022346. OLE color: 6022346.

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

Color convert

RGB20222891-
CMYK0.1100.600.11
HSL71.39º71.73%62.55%-
HSV(B)71.39º60.09%89.41%-
XYZ53.9968.820.33-
YUV204.6163.89126.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 228 (89.45% from 255) = 43.76%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=38.77%
G=43.76%
B=17.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal202228910.1100.600.1171.3971.7362.55
HexCAE45BB03CB47483f
Octal312344133130741310711077
Binary1100101011100100101101110110111100101110001111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE45B; }

 p { color: rgb(202,228,91); }

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

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

 a { background-color: rgb(202,228,91); }

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

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

 span { border-color: rgb(202,228,91); }

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