#CAF556

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

Shades of Mindaro #CAF556

Tints of Mindaro #CAF556

Color information

#CAF556 (or 0xCAF556) is unknown color: approx Mindaro. HEX triplet: CA, F5 and 56. RGB value is (202,245,86). Sum of RGB (Red+Green+Blue) = 202+245+86=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF556 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF556 is #350AA9. Grayscale: #D6D6D6. Windows color (decimal): -3476138 or 5699018. OLE color: 5699018.

HSL color Cylindrical-coordinate representation of color #CAF556: hue angle of 76.23º degrees, saturation: 0.89, 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 #CAF556 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB20224586-
CMYK0.1800.650.04
HSL76.23º88.83%64.9%-
HSV(B)76.23º64.9%96.08%-
XYZ58.6978.5320.87-
YUV214.0255.75119.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 245 (96.09% from 255) = 45.97%
BLUE value IS 86 (33.98% from 255) = 16.14%
R=37.90%
G=45.97%
B=16.14%

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
Decimal202245860.1800.650.0476.2388.8364.9
HexCAF5561204144c5941
Octal3123651262201014114131101
Binary110010101111010110101101001001000001100100110010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF556; }

 p { color: rgb(202,245,86); }

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

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

 a { background-color: rgb(202,245,86); }

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

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

 span { border-color: rgb(202,245,86); }

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