#CEFFD8

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

Shades of Off Green #CEFFD8

Tints of Off Green #CEFFD8

Color information

#CEFFD8 (or 0xCEFFD8) is unknown color: approx Off Green. HEX triplet: CE, FF and D8. RGB value is (206,255,216). Sum of RGB (Red+Green+Blue) = 206+255+216=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFD8 is #310027. Grayscale: #ECECEC. Windows color (decimal): -3211304 or 14221262. OLE color: 14221262.

HSL color Cylindrical-coordinate representation of color #CEFFD8: hue angle of 132.24º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFFD8 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB206255216-
CMYK0.1900.150
HSL132.24º100%90.39%-
HSV(B)132.24º19.22%100%-
XYZ73.6189.678.38-
YUV235.9116.77106.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.43%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=30.43%
G=37.67%
B=31.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552160.1900.150132.2410090.39
HexCEFFD8130F084645a
Octal316377330230170204144132
Binary110011101111111111011000100110111101000010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFD8; }

 p { color: rgb(206,255,216); }

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

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

 a { background-color: rgb(206,255,216); }

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

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

 span { border-color: rgb(206,255,216); }

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