#CEFDD5

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

Shades of Off Green #CEFDD5

Tints of Off Green #CEFDD5

Color information

#CEFDD5 (or 0xCEFDD5) is unknown color: approx Off Green. HEX triplet: CE, FD and D5. RGB value is (206,253,213). Sum of RGB (Red+Green+Blue) = 206+253+213=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 213 (83.59% from 255 or 31.70% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDD5 is #31022A. Grayscale: #EAEAEA. Windows color (decimal): -3211819 or 14024142. OLE color: 14024142.

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

Color convert

RGB206253213-
CMYK0.1900.160.01
HSL128.94º92.16%90%-
HSV(B)128.94º18.58%99.22%-
XYZ72.5988.1876.14-
YUV234.39115.93107.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 213 (83.59% from 255) = 31.70%
R=30.65%
G=37.65%
B=31.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062532130.1900.160.01128.9492.1690
HexCEFDD5130101815c5a
Octal316375325230201201134132
Binary1100111011111101110101011001101000011000000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDD5; }

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

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

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

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

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

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

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

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