Html Css Color HEX #DCFFB4 Tea Green

📋 copy color: '#DCFFB4'

red 220 ◦ green 255 ◦ blue 180

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

Shades of Tea Green #DCFFB4

Tints of Tea Green #DCFFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 27.48%

R = 33.59%
G = 38.93%
B = 27.48%

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

#DCFFB4 (or 0xDCFFB4) is known color: Tea Green. HEX triplet: DC, FF and B4. RGB value is (220,255,180). Sum of RGB (Red+Green+Blue) = 220+255+180=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFB4 is #23004B. Grayscale: #ECECEC. Windows color (decimal): -2293836 or 11861980. OLE color: 11861980.

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

Color convert

RGB 220 255 180 -
CMYK 0.14 0 0.29 0
HSL 88º 1% 0.85% -
HSV(B) 88º 0.29% 1% -
XYZ 73.51 90.03 56.68 -
YUV 235.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 220 255 180 0.14 0 0.29 0 88 1 0.85
Hex DC FF B4 E 0 1D 0 58 64 55
Octal 334 377 264 16 0 35 0 130 144 125
Binary 11011100 11111111 10110100 1110 0 11101 0 1011000 1100100 1010101

Color Harmonies of #DCFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFFB4

Black with #DCFFB4

Text Example


Text Example

White with #DCFFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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