Html Css Color HEX #CFFFBD Tea Green

📋 copy color: '#CFFFBD'

red 207 ◦ green 255 ◦ blue 189

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

Shades of Tea Green #CFFFBD

Tints of Tea Green #CFFFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.03%

R = 31.8%
G = 39.17%
B = 29.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#CFFFBD (or 0xCFFFBD) is known color: Tea Green. HEX triplet: CF, FF and BD. RGB value is (207,255,189). Sum of RGB (Red+Green+Blue) = 207+255+189=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFBD is #300042. Grayscale: #E9E9E9. Windows color (decimal): -3145795 or 12451791. OLE color: 12451791.

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

Color convert

RGB 207 255 189 -
CMYK 0.19 0 0.26 0
HSL 103.64º 1% 0.87% -
HSV(B) 103.64º 0.26% 1% -
XYZ 70.68 88.46 61.49 -
YUV 233.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 207 255 189 0.19 0 0.26 0 103.64 1 0.87
Hex CF FF BD 13 0 1A 0 68 64 57
Octal 317 377 275 23 0 32 0 150 144 127
Binary 11001111 11111111 10111101 10011 0 11010 0 1101000 1100100 1010111

Color Harmonies of #CFFFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFFBD

Black with #CFFFBD

Text Example


Text Example

White with #CFFFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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