Html Css Color HEX #CFEFBE Tea Green

📋 copy color: '#CFEFBE'

red 207 ◦ green 239 ◦ blue 190

#CFEFBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CFEFBE

Tints of Tea Green #CFEFBE

RGB

 RED value IS 207 (81.25% from 255) = 32.55%

 GREEN value IS 239 (93.75% from 255) = 37.58%

 BLUE value IS 190 (74.61% from 255) = 29.87%

R = 32.55%
G = 37.58%
B = 29.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#CFEFBE (or 0xCFEFBE) is known color: Tea Green. HEX triplet: CF, EF and BE. RGB value is (207,239,190). Sum of RGB (Red+Green+Blue) = 207+239+190=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFBE is #301041. Grayscale: #E0E0E0. Windows color (decimal): -3149890 or 12513231. OLE color: 12513231.

HSL color Cylindrical-coordinate representation of color #CFEFBE: hue angle of 99.18º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEFBE is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 190 -
CMYK 0.13 0 0.21 0.06
HSL 99.18º 0.6% 0.84% -
HSV(B) 99.18º 0.21% 0.94% -
XYZ 65.89 78.72 60.44 -
YUV 223.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 207 239 190 0.13 0 0.21 0.06 99.18 0.6 0.84
Hex CF EF BE D 0 15 6 63 3C 54
Octal 317 357 276 15 0 25 6 143 74 124
Binary 11001111 11101111 10111110 1101 0 10101 110 1100011 111100 1010100

Color Harmonies of #CFEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEFBE

Black with #CFEFBE

Text Example


Text Example

White with #CFEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEFBE; }

 p { color: rgb(207,239,190); }

 H1.HeaderClassName
 {
   color: #CFEFBE;
 }
 .AnyTagClassName
 {
   color: #CFEFBE;
 }
</style>

background-color css

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

 a { background-color: rgb(207,239,190); }

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

border-color css

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

 span { border-color: rgb(207,239,190); }

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