Html Css Color HEX #DCFFB5 Tea Green

📋 copy color: '#DCFFB5'

red 220 ◦ green 255 ◦ blue 181

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

Shades of Tea Green #DCFFB5

Tints of Tea Green #DCFFB5

RGB

 RED value IS 220 (86.33% from 255) = 33.54%

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

 BLUE value IS 181 (71.09% from 255) = 27.59%

R = 33.54%
G = 38.87%
B = 27.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#DCFFB5 (or 0xDCFFB5) is known color: Tea Green. HEX triplet: DC, FF and B5. RGB value is (220,255,181). Sum of RGB (Red+Green+Blue) = 220+255+181=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB5 is #23004A. Grayscale: #ECECEC. Windows color (decimal): -2293835 or 11927516. OLE color: 11927516.

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

Color convert

RGB 220 255 181 -
CMYK 0.14 0 0.29 0
HSL 88.38º 1% 0.85% -
HSV(B) 88.38º 0.29% 1% -
XYZ 73.62 90.07 57.22 -
YUV 236.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 220 255 181 0.14 0 0.29 0 88.38 1 0.85
Hex DC FF B5 E 0 1D 0 58 64 55
Octal 334 377 265 16 0 35 0 130 144 125
Binary 11011100 11111111 10110101 1110 0 11101 0 1011000 1100100 1010101

Color Harmonies of #DCFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFB5

Black with #DCFFB5

Text Example


Text Example

White with #DCFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFB5; }

 p { color: rgb(220,255,181); }

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

background-color css

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

 a { background-color: rgb(220,255,181); }

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

border-color css

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

 span { border-color: rgb(220,255,181); }

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