#CAF858

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

Shades of Mindaro #CAF858

Tints of Mindaro #CAF858

Color information

#CAF858 (or 0xCAF858) is unknown color: approx Mindaro. HEX triplet: CA, F8 and 58. RGB value is (202,248,88). Sum of RGB (Red+Green+Blue) = 202+248+88=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 88 (34.77% from 255 or 16.36% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF858 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF858 is #3507A7. Grayscale: #D8D8D8. Windows color (decimal): -3475368 or 5830858. OLE color: 5830858.

HSL color Cylindrical-coordinate representation of color #CAF858: hue angle of 77.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAF858 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB20224888-
CMYK0.1900.650.03
HSL77.25º91.95%65.88%-
HSV(B)77.25º64.52%97.25%-
XYZ59.6980.421.6-
YUV216.0155.76118.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 248 (97.27% from 255) = 46.10%
BLUE value IS 88 (34.77% from 255) = 16.36%
R=37.55%
G=46.10%
B=16.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal202248880.1900.650.0377.2591.9565.88
HexCAF8581304134d5c42
Octal3123701302301013115134102
Binary11001010111110001011000100110100000111100110110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF858; }

 p { color: rgb(202,248,88); }

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

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

 a { background-color: rgb(202,248,88); }

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

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

 span { border-color: rgb(202,248,88); }

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