#CFFAD7

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

Shades of Off Green #CFFAD7

Tints of Off Green #CFFAD7

Color information

#CFFAD7 (or 0xCFFAD7) is unknown color: approx Off Green. HEX triplet: CF, FA and D7. RGB value is (207,250,215). Sum of RGB (Red+Green+Blue) = 207+250+215=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAD7 is #300528. Grayscale: #E9E9E9. Windows color (decimal): -3147049 or 14154447. OLE color: 14154447.

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

Color convert

RGB207250215-
CMYK0.1700.140.02
HSL131.16º81.13%89.61%-
HSV(B)131.16º17.2%98.04%-
XYZ72.1886.5477.19-
YUV233.15117.75109.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 215 (84.38% from 255) = 31.99%
R=30.80%
G=37.20%
B=31.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502150.1700.140.02131.1681.1389.61
HexCFFAD7110E283515a
Octal317372327210162203121132
Binary1100111111111010110101111000101110101000001110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAD7; }

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

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

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

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

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

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

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

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