#CAF95C

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

Shades of Mindaro #CAF95C

Tints of Mindaro #CAF95C

Color information

#CAF95C (or 0xCAF95C) is unknown color: approx Mindaro. HEX triplet: CA, F9 and 5C. RGB value is (202,249,92). Sum of RGB (Red+Green+Blue) = 202+249+92=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF95C is #3506A3. Grayscale: #D9D9D9. Windows color (decimal): -3475108 or 6093258. OLE color: 6093258.

HSL color Cylindrical-coordinate representation of color #CAF95C: hue angle of 77.96º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAF95C is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB20224992-
CMYK0.1900.630.02
HSL77.96º92.9%66.86%-
HSV(B)77.96º63.05%97.65%-
XYZ60.1681.0822.6-
YUV217.0557.43117.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 92 (36.33% from 255) = 16.94%
R=37.20%
G=45.86%
B=16.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202249920.1900.630.0277.9692.966.86
HexCAF95C1303F24e5d43
Octal312371134230772116135103
Binary1100101011111001101110010011011111110100111010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF95C; }

 p { color: rgb(202,249,92); }

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

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

 a { background-color: rgb(202,249,92); }

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

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

 span { border-color: rgb(202,249,92); }

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