#CAE46A

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

Shades of Mindaro #CAE46A

Tints of Mindaro #CAE46A

Color information

#CAE46A (or 0xCAE46A) is unknown color: approx Mindaro. HEX triplet: CA, E4 and 6A. RGB value is (202,228,106). Sum of RGB (Red+Green+Blue) = 202+228+106=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE46A is #351B95. Grayscale: #CECECE. Windows color (decimal): -3480470 or 7005386. OLE color: 7005386.

HSL color Cylindrical-coordinate representation of color #CAE46A: hue angle of 72.79º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CAE46A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB202228106-
CMYK0.1100.540.11
HSL72.79º69.32%65.49%-
HSV(B)72.79º53.51%89.41%-
XYZ54.769.0824.09-
YUV206.3271.39124.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 228 (89.45% from 255) = 42.54%
BLUE value IS 106 (41.80% from 255) = 19.78%
R=37.69%
G=42.54%
B=19.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281060.1100.540.1172.7969.3265.49
HexCAE46AB036B494541
Octal3123441521306613111105101
Binary11001010111001001101010101101101101011100100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE46A; }

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

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

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

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

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

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

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

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