#CAF063

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

Shades of Mindaro #CAF063

Tints of Mindaro #CAF063

Color information

#CAF063 (or 0xCAF063) is unknown color: approx Mindaro. HEX triplet: CA, F0 and 63. RGB value is (202,240,99). Sum of RGB (Red+Green+Blue) = 202+240+99=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF063 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF063 is #350F9C. Grayscale: #D5D5D5. Windows color (decimal): -3477405 or 6549706. OLE color: 6549706.

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

Color convert

RGB20224099-
CMYK0.1600.590.06
HSL76.17º82.46%66.47%-
HSV(B)76.17º58.75%94.12%-
XYZ57.7775.7823.39-
YUV212.5663.91120.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 240 (94.14% from 255) = 44.36%
BLUE value IS 99 (39.06% from 255) = 18.30%
R=37.34%
G=44.36%
B=18.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202240990.1600.590.0676.1782.4666.47
HexCAF0631003B64c5242
Octal312360143200736114122102
Binary11001010111100001100011100000111011110100110010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF063; }

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

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

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

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

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

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

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

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