#CEFED7

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

Shades of Off Green #CEFED7

Tints of Off Green #CEFED7

Color information

#CEFED7 (or 0xCEFED7) is unknown color: approx Off Green. HEX triplet: CE, FE and D7. RGB value is (206,254,215). Sum of RGB (Red+Green+Blue) = 206+254+215=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFED7 is #310128. Grayscale: #EBEBEB. Windows color (decimal): -3211561 or 14155470. OLE color: 14155470.

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

Color convert

RGB206254215-
CMYK0.1900.150.00
HSL131.25º96%90.2%-
HSV(B)131.25º18.9%99.61%-
XYZ73.1688.9177.6-
YUV235.2116.6107.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 215 (84.38% from 255) = 31.85%
R=30.52%
G=37.63%
B=31.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062542150.1900.150.00131.259690.2
HexCEFED7130F083605a
Octal316376327230170203140132
Binary110011101111111011010111100110111101000001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFED7; }

 p { color: rgb(206,254,215); }

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

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

 a { background-color: rgb(206,254,215); }

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

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

 span { border-color: rgb(206,254,215); }

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