#CFFAD4

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

Shades of Off Green #CFFAD4

Tints of Off Green #CFFAD4

Color information

#CFFAD4 (or 0xCFFAD4) is unknown color: approx Off Green. HEX triplet: CF, FA and D4. RGB value is (207,250,212). Sum of RGB (Red+Green+Blue) = 207+250+212=669 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.94% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFAD4 is #30052B. Grayscale: #E8E8E8. Windows color (decimal): -3147052 or 13957839. OLE color: 13957839.

HSL color Cylindrical-coordinate representation of color #CFFAD4: hue angle of 126.98º 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 #CFFAD4 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB207250212-
CMYK0.1700.150.02
HSL126.98º81.13%89.61%-
HSV(B)126.98º17.2%98.04%-
XYZ71.886.3975.18-
YUV232.81116.25109.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.94%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 212 (83.20% from 255) = 31.69%
R=30.94%
G=37.37%
B=31.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072502120.1700.150.02126.9881.1389.61
HexCFFAD4110F27f515a
Octal317372324210172177121132
Binary110011111111101011010100100010111110111111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAD4; }

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

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

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

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

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

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

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

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