#CAE56B

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

Shades of Mindaro #CAE56B

Tints of Mindaro #CAE56B

Color information

#CAE56B (or 0xCAE56B) is unknown color: approx Mindaro. HEX triplet: CA, E5 and 6B. RGB value is (202,229,107). Sum of RGB (Red+Green+Blue) = 202+229+107=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE56B is #351A94. Grayscale: #CFCFCF. Windows color (decimal): -3480213 or 7071178. OLE color: 7071178.

HSL color Cylindrical-coordinate representation of color #CAE56B: hue angle of 73.28º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CAE56B is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB202229107-
CMYK0.1200.530.10
HSL73.28º70.11%65.88%-
HSV(B)73.28º53.28%89.8%-
XYZ55.0369.6624.45-
YUV207.0271.55124.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 229 (89.84% from 255) = 42.57%
BLUE value IS 107 (42.19% from 255) = 19.89%
R=37.55%
G=42.57%
B=19.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291070.1200.530.1073.2870.1165.88
HexCAE56BC035A494642
Octal3123451531406512111106102
Binary11001010111001011101011110001101011010100100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE56B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE56B; }

 p { color: rgb(202,229,107); }

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

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

 a { background-color: rgb(202,229,107); }

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

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

 span { border-color: rgb(202,229,107); }

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