#CAF657

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

Shades of Mindaro #CAF657

Tints of Mindaro #CAF657

Color information

#CAF657 (or 0xCAF657) is unknown color: approx Mindaro. HEX triplet: CA, F6 and 57. RGB value is (202,246,87). Sum of RGB (Red+Green+Blue) = 202+246+87=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF657 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF657 is #3509A8. Grayscale: #D7D7D7. Windows color (decimal): -3475881 or 5764810. OLE color: 5764810.

HSL color Cylindrical-coordinate representation of color #CAF657: hue angle of 76.6º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAF657 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB20224687-
CMYK0.1800.650.04
HSL76.6º89.83%65.29%-
HSV(B)76.6º64.63%96.47%-
XYZ59.0379.1621.18-
YUV214.7255.92118.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 246 (96.48% from 255) = 45.98%
BLUE value IS 87 (34.38% from 255) = 16.26%
R=37.76%
G=45.98%
B=16.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202246870.1800.650.0476.689.8365.29
HexCAF6571204144d5a41
Octal3123661272201014115132101
Binary110010101111011010101111001001000001100100110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF657; }

 p { color: rgb(202,246,87); }

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

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

 a { background-color: rgb(202,246,87); }

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

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

 span { border-color: rgb(202,246,87); }

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