#CAFB5F

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

Shades of Mindaro #CAFB5F

Tints of Mindaro #CAFB5F

Color information

#CAFB5F (or 0xCAFB5F) is unknown color: approx Mindaro. HEX triplet: CA, FB and 5F. RGB value is (202,251,95). Sum of RGB (Red+Green+Blue) = 202+251+95=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 251 (98.44% from 255 or 45.80% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFB5F is #3504A0. Grayscale: #DBDBDB. Windows color (decimal): -3474593 or 6290378. OLE color: 6290378.

HSL color Cylindrical-coordinate representation of color #CAFB5F: hue angle of 78.85º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAFB5F is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB20225195-
CMYK0.2000.620.02
HSL78.85º95.12%67.84%-
HSV(B)78.85º62.15%98.43%-
XYZ60.9282.3823.52-
YUV218.5658.27116.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 251 (98.44% from 255) = 45.80%
BLUE value IS 95 (37.5% from 255) = 17.34%
R=36.86%
G=45.80%
B=17.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202251950.2000.620.0278.8595.1267.84
HexCAFB5F1403E24f5f44
Octal312373137240762117137104
Binary1100101011111011101111110100011111010100111110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFB5F; }

 p { color: rgb(202,251,95); }

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

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

 a { background-color: rgb(202,251,95); }

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

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

 span { border-color: rgb(202,251,95); }

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