Html Css Color HEX #CFFFBE Tea Green

📋 copy color: '#CFFFBE'

red 207 ◦ green 255 ◦ blue 190

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

Shades of Tea Green #CFFFBE

Tints of Tea Green #CFFFBE

RGB

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

 GREEN value IS 255 (100% from 255) = 39.11%

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

R = 31.75%
G = 39.11%
B = 29.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#CFFFBE (or 0xCFFFBE) is known color: Tea Green. HEX triplet: CF, FF and BE. RGB value is (207,255,190). Sum of RGB (Red+Green+Blue) = 207+255+190=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFBE is #300041. Grayscale: #E9E9E9. Windows color (decimal): -3145794 or 12517327. OLE color: 12517327.

HSL color Cylindrical-coordinate representation of color #CFFFBE: hue angle of 104.31º 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 #CFFFBE is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 207 255 190 -
CMYK 0.19 0 0.25 0
HSL 104.31º 1% 0.87% -
HSV(B) 104.31º 0.25% 1% -
XYZ 70.79 88.5 62.07 -
YUV 233.24 103.6 109.29 -
System Red Green Blue C M Y K H S L
Decimal 207 255 190 0.19 0 0.25 0 104.31 1 0.87
Hex CF FF BE 13 0 19 0 68 64 57
Octal 317 377 276 23 0 31 0 150 144 127
Binary 11001111 11111111 10111110 10011 0 11001 0 1101000 1100100 1010111

Color Harmonies of #CFFFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFFBE

Black with #CFFFBE

Text Example


Text Example

White with #CFFFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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