#CAF35D

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

Shades of Mindaro #CAF35D

Tints of Mindaro #CAF35D

Color information

#CAF35D (or 0xCAF35D) is unknown color: approx Mindaro. HEX triplet: CA, F3 and 5D. RGB value is (202,243,93). Sum of RGB (Red+Green+Blue) = 202+243+93=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF35D is #350CA2. Grayscale: #D6D6D6. Windows color (decimal): -3476643 or 6157258. OLE color: 6157258.

HSL color Cylindrical-coordinate representation of color #CAF35D: hue angle of 76.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAF35D is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB20224393-
CMYK0.1700.620.05
HSL76.4º86.21%65.88%-
HSV(B)76.4º61.73%95.29%-
XYZ58.3877.4522.23-
YUV213.6459.92119.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 243 (95.31% from 255) = 45.17%
BLUE value IS 93 (36.72% from 255) = 17.29%
R=37.55%
G=45.17%
B=17.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202243930.1700.620.0576.486.2165.88
HexCAF35D1103E54c5642
Octal312363135210765114126102
Binary11001010111100111011101100010111110101100110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF35D; }

 p { color: rgb(202,243,93); }

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

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

 a { background-color: rgb(202,243,93); }

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

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

 span { border-color: rgb(202,243,93); }

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