#CFD59A

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

Shades of Green Mist #CFD59A

Tints of Green Mist #CFD59A

Color information

#CFD59A (or 0xCFD59A) is unknown color: approx Green Mist. HEX triplet: CF, D5 and 9A. RGB value is (207,213,154). Sum of RGB (Red+Green+Blue) = 207+213+154=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 154 (60.55% from 255 or 26.83% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD59A is #302A65. Grayscale: #CCCCCC. Windows color (decimal): -3156582 or 10147279. OLE color: 10147279.

HSL color Cylindrical-coordinate representation of color #CFD59A: hue angle of 66.1º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFD59A is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB207213154-
CMYK0.0300.280.16
HSL66.1º41.26%71.96%-
HSV(B)66.1º27.7%83.53%-
XYZ55.3663.1939.85-
YUV204.4899.51129.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 154 (60.55% from 255) = 26.83%
R=36.06%
G=37.11%
B=26.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072131540.0300.280.1666.141.2671.96
HexCFD59A301C10422948
Octal31732523230342010251110
Binary110011111101010110011010110111001000010000101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD59A; }

 p { color: rgb(207,213,154); }

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

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

 a { background-color: rgb(207,213,154); }

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

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

 span { border-color: rgb(207,213,154); }

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