#CCFED8

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

Shades of Off Green #CCFED8

Tints of Off Green #CCFED8

Color information

#CCFED8 (or 0xCCFED8) is unknown color: approx Off Green. HEX triplet: CC, FE and D8. RGB value is (204,254,216). Sum of RGB (Red+Green+Blue) = 204+254+216=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFED8 is #330127. Grayscale: #EAEAEA. Windows color (decimal): -3342632 or 14221004. OLE color: 14221004.

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

Color convert

RGB204254216-
CMYK0.2000.150.00
HSL134.4º96.15%89.8%-
HSV(B)134.4º19.69%99.61%-
XYZ72.7488.6878.25-
YUV234.72117.44106.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.27%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=30.27%
G=37.69%
B=32.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542160.2000.150.00134.496.1589.8
HexCCFED8140F086605a
Octal314376330240170206140132
Binary110011001111111011011000101000111101000011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFED8; }

 p { color: rgb(204,254,216); }

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

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

 a { background-color: rgb(204,254,216); }

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

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

 span { border-color: rgb(204,254,216); }

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