#CAF766

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

Shades of Mindaro #CAF766

Tints of Mindaro #CAF766

Color information

#CAF766 (or 0xCAF766) is unknown color: approx Mindaro. HEX triplet: CA, F7 and 66. RGB value is (202,247,102). Sum of RGB (Red+Green+Blue) = 202+247+102=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 247 (96.88% from 255 or 44.83% from 551); Blue value is 102 (40.23% from 255 or 18.51% from 551); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF766 is #350899. Grayscale: #D9D9D9. Windows color (decimal): -3475610 or 6748106. OLE color: 6748106.

HSL color Cylindrical-coordinate representation of color #CAF766: hue angle of 78.62º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CAF766 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB202247102-
CMYK0.1800.590.03
HSL78.62º90.06%68.43%-
HSV(B)78.62º58.7%96.86%-
XYZ60.0280.0424.86-
YUV217.0263.09117.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 247 (96.88% from 255) = 44.83%
BLUE value IS 102 (40.23% from 255) = 18.51%
R=36.66%
G=44.83%
B=18.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2022471020.1800.590.0378.6290.0668.43
HexCAF7661203B34f5a44
Octal312367146220733117132104
Binary1100101011110111110011010010011101111100111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF766; }

 p { color: rgb(202,247,102); }

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

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

 a { background-color: rgb(202,247,102); }

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

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

 span { border-color: rgb(202,247,102); }

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