#CEFFD5

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

Shades of Off Green #CEFFD5

Tints of Off Green #CEFFD5

Color information

#CEFFD5 (or 0xCEFFD5) is unknown color: approx Off Green. HEX triplet: CE, FF and D5. RGB value is (206,255,213). Sum of RGB (Red+Green+Blue) = 206+255+213=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 213 (83.59% from 255 or 31.60% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFD5 is #31002A. Grayscale: #EBEBEB. Windows color (decimal): -3211307 or 14024654. OLE color: 14024654.

HSL color Cylindrical-coordinate representation of color #CEFFD5: hue angle of 128.57º 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 #CEFFD5 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB206255213-
CMYK0.1900.160
HSL128.57º100%90.39%-
HSV(B)128.57º19.22%100%-
XYZ73.2289.4576.36-
YUV235.56115.27106.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.56%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 213 (83.59% from 255) = 31.60%
R=30.56%
G=37.83%
B=31.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062552130.1900.160128.5710090.39
HexCEFFD513010081645a
Octal316377325230200201144132
Binary1100111011111111110101011001101000001000000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFD5; }

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

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

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

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

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

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

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

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