#CACF99

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

Shades of Green Mist #CACF99

Tints of Green Mist #CACF99

Color information

#CACF99 (or 0xCACF99) is unknown color: approx Green Mist. HEX triplet: CA, CF and 99. RGB value is (202,207,153). Sum of RGB (Red+Green+Blue) = 202+207+153=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 153 (60.16% from 255 or 27.22% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACF99 is #353066. Grayscale: #C7C7C7. Windows color (decimal): -3485799 or 10080202. OLE color: 10080202.

HSL color Cylindrical-coordinate representation of color #CACF99: hue angle of 65.56º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CACF99 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB202207153-
CMYK0.0200.260.19
HSL65.56º36%70.59%-
HSV(B)65.56º26.09%81.18%-
XYZ52.4259.4838.86-
YUV199.35101.84129.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 207 (81.25% from 255) = 36.83%
BLUE value IS 153 (60.16% from 255) = 27.22%
R=35.94%
G=36.83%
B=27.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2022071530.0200.260.1965.563670.59
HexCACF99201A13422447
Octal31231723120322310244107
Binary110010101100111110011001100110101001110000101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACF99; }

 p { color: rgb(202,207,153); }

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

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

 a { background-color: rgb(202,207,153); }

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

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

 span { border-color: rgb(202,207,153); }

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