#CAF05F

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

Shades of Mindaro #CAF05F

Tints of Mindaro #CAF05F

Color information

#CAF05F (or 0xCAF05F) is unknown color: approx Mindaro. HEX triplet: CA, F0 and 5F. RGB value is (202,240,95). Sum of RGB (Red+Green+Blue) = 202+240+95=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF05F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF05F is #350FA0. Grayscale: #D4D4D4. Windows color (decimal): -3477409 or 6287562. OLE color: 6287562.

HSL color Cylindrical-coordinate representation of color #CAF05F: hue angle of 75.72º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CAF05F is Cyan = 0.16, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB20224095-
CMYK0.1600.600.06
HSL75.72º82.86%65.69%-
HSV(B)75.72º60.42%94.12%-
XYZ57.5875.722.4-
YUV212.1161.91120.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 240 (94.14% from 255) = 44.69%
BLUE value IS 95 (37.5% from 255) = 17.69%
R=37.62%
G=44.69%
B=17.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202240950.1600.600.0675.7282.8665.69
HexCAF05F1003C64c5342
Octal312360137200746114123102
Binary11001010111100001011111100000111100110100110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF05F; }

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

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

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

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

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

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

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

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