#CEFAD7

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

Shades of Off Green #CEFAD7

Tints of Off Green #CEFAD7

Color information

#CEFAD7 (or 0xCEFAD7) is unknown color: approx Off Green. HEX triplet: CE, FA and D7. RGB value is (206,250,215). Sum of RGB (Red+Green+Blue) = 206+250+215=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFAD7 is #310528. Grayscale: #E8E8E8. Windows color (decimal): -3212585 or 14154446. OLE color: 14154446.

HSL color Cylindrical-coordinate representation of color #CEFAD7: hue angle of 132.27º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFAD7 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB206250215-
CMYK0.1800.140.02
HSL132.27º81.48%89.41%-
HSV(B)132.27º17.6%98.04%-
XYZ71.986.477.18-
YUV232.85117.92108.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 215 (84.38% from 255) = 32.04%
R=30.70%
G=37.26%
B=32.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502150.1800.140.02132.2781.4889.41
HexCEFAD7120E2845159
Octal316372327220162204121131
Binary1100111011111010110101111001001110101000010010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAD7; }

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

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

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

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

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

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

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

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