#caf35f

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

Shades of Mindaro #CAF35F

Tints of Mindaro #CAF35F

Color information

#CAF35F (or 0xCAF35F) is unknown color: approx Mindaro. HEX triplet: CA, F3 and 5F. RGB value is (202,243,95). Sum of RGB (Red+Green+Blue) = 202+243+95=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF35F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF35F is #350CA0. Grayscale: #D6D6D6. Windows color (decimal): -3476641 or 6288330. OLE color: 6288330.

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

Color convert

RGB20224395-
CMYK0.1700.610.05
HSL76.62º86.05%66.27%-
HSV(B)76.62º60.91%95.29%-
XYZ58.4777.4822.7-
YUV213.8760.92119.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 243 (95.31% from 255) = 45%
BLUE value IS 95 (37.5% from 255) = 17.59%
R=37.41%
G=45%
B=17.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202243950.1700.610.0576.6286.0566.27
HexCAF35F1103D54d5642
Octal312363137210755115126102
Binary11001010111100111011111100010111101101100110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caf35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caf35f; }

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

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

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

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

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

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

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

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