#CFFFBF

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

Shades of Tea Green #CFFFBF

Tints of Tea Green #CFFFBF

Color information

#CFFFBF (or 0xCFFFBF) is unknown color: approx Tea Green. HEX triplet: CF, FF and BF. RGB value is (207,255,191). Sum of RGB (Red+Green+Blue) = 207+255+191=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 191 (75% from 255 or 29.25% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFBF is #300040. Grayscale: #E9E9E9. Windows color (decimal): -3145793 or 12582863. OLE color: 12582863.

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

Color convert

RGB207255191-
CMYK0.1900.250
HSL105º100%87.45%-
HSV(B)105º25.1%100%-
XYZ70.988.5562.64-
YUV233.35104.1109.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 191 (75% from 255) = 29.25%
R=31.70%
G=39.05%
B=29.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551910.1900.25010510087.45
HexCFFFBF130190696457
Octal317377277230310151144127
Binary110011111111111110111111100110110010110100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFBF; }

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

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

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

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

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

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

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

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