#CFFBD5

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

Shades of Off Green #CFFBD5

Tints of Off Green #CFFBD5

Color information

#CFFBD5 (or 0xCFFBD5) is unknown color: approx Off Green. HEX triplet: CF, FB and D5. RGB value is (207,251,213). Sum of RGB (Red+Green+Blue) = 207+251+213=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFBD5 is #30042A. Grayscale: #E9E9E9. Windows color (decimal): -3146795 or 14023631. OLE color: 14023631.

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

Color convert

RGB207251213-
CMYK0.1800.150.02
HSL128.18º84.62%89.8%-
HSV(B)128.18º17.53%98.43%-
XYZ72.2487.0675.95-
YUV233.51116.42109.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=30.85%
G=37.41%
B=31.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072512130.1800.150.02128.1884.6289.8
HexCFFBD5120F280555a
Octal317373325220172200125132
Binary1100111111111011110101011001001111101000000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBD5; }

 p { color: rgb(207,251,213); }

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

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

 a { background-color: rgb(207,251,213); }

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

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

 span { border-color: rgb(207,251,213); }

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