#CAE75C

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

Shades of Mindaro #CAE75C

Tints of Mindaro #CAE75C

Color information

#CAE75C (or 0xCAE75C) is unknown color: approx Mindaro. HEX triplet: CA, E7 and 5C. RGB value is (202,231,92). Sum of RGB (Red+Green+Blue) = 202+231+92=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 92 (36.33% from 255 or 17.52% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE75C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE75C is #3518A3. Grayscale: #CFCFCF. Windows color (decimal): -3479716 or 6088650. OLE color: 6088650.

HSL color Cylindrical-coordinate representation of color #CAE75C: hue angle of 72.52º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAE75C is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB20223192-
CMYK0.1300.600.09
HSL72.52º74.33%63.33%-
HSV(B)72.52º60.17%90.59%-
XYZ54.8670.4820.84-
YUV206.4863.39124.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 231 (90.62% from 255) = 44%
BLUE value IS 92 (36.33% from 255) = 17.52%
R=38.48%
G=44%
B=17.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal202231920.1300.600.0972.5274.3363.33
HexCAE75CD03C9494a3f
Octal312347134150741111111277
Binary1100101011100111101110011010111100100110010011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE75C; }

 p { color: rgb(202,231,92); }

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

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

 a { background-color: rgb(202,231,92); }

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

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

 span { border-color: rgb(202,231,92); }

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