#CFFFB7

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

Shades of Tea Green #CFFFB7

Tints of Tea Green #CFFFB7

Color information

#CFFFB7 (or 0xCFFFB7) is unknown color: approx Tea Green. HEX triplet: CF, FF and B7. RGB value is (207,255,183). Sum of RGB (Red+Green+Blue) = 207+255+183=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 183 (71.88% from 255 or 28.37% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFB7 is #300048. Grayscale: #E8E8E8. Windows color (decimal): -3145801 or 12058575. OLE color: 12058575.

HSL color Cylindrical-coordinate representation of color #CFFFB7: hue angle of 100º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFFFB7 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB207255183-
CMYK0.1900.280
HSL100º100%85.88%-
HSV(B)100º28.24%100%-
XYZ70.0488.258.13-
YUV232.44100.1109.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.09%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 183 (71.88% from 255) = 28.37%
R=32.09%
G=39.53%
B=28.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551830.1900.28010010085.88
HexCFFFB71301C0646456
Octal317377267230340144144126
Binary110011111111111110110111100110111000110010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFB7; }

 p { color: rgb(207,255,183); }

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

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

 a { background-color: rgb(207,255,183); }

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

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

 span { border-color: rgb(207,255,183); }

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