#CFFDD9

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

Shades of Off Green #CFFDD9

Tints of Off Green #CFFDD9

Color information

#CFFDD9 (or 0xCFFDD9) is unknown color: approx Off Green. HEX triplet: CF, FD and D9. RGB value is (207,253,217). Sum of RGB (Red+Green+Blue) = 207+253+217=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDD9 is #300226. Grayscale: #EBEBEB. Windows color (decimal): -3146279 or 14286287. OLE color: 14286287.

HSL color Cylindrical-coordinate representation of color #CFFDD9: hue angle of 133.04º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDD9 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB207253217-
CMYK0.1800.140.01
HSL133.04º92%90.2%-
HSV(B)133.04º18.18%99.22%-
XYZ73.3888.5378.87-
YUV235.14117.76107.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.58%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=30.58%
G=37.37%
B=32.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532170.1800.140.01133.049290.2
HexCFFDD9120E1855c5a
Octal317375331220161205134132
Binary110011111111110111011001100100111011000010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDD9; }

 p { color: rgb(207,253,217); }

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

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

 a { background-color: rgb(207,253,217); }

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

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

 span { border-color: rgb(207,253,217); }

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