Html Css Color HEX #DCFBB9 Tea Green

📋 copy color: '#DCFBB9'

red 220 ◦ green 251 ◦ blue 185

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

Shades of Tea Green #DCFBB9

Tints of Tea Green #DCFBB9

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.26%

 BLUE value IS 185 (72.66% from 255) = 28.2%

R = 33.54%
G = 38.26%
B = 28.2%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#DCFBB9 (or 0xDCFBB9) is known color: Tea Green. HEX triplet: DC, FB and B9. RGB value is (220,251,185). Sum of RGB (Red+Green+Blue) = 220+251+185=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBB9 is #230446. Grayscale: #EAEAEA. Windows color (decimal): -2294855 or 12188636. OLE color: 12188636.

HSL color Cylindrical-coordinate representation of color #DCFBB9: hue angle of 88.18º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCFBB9 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 185 -
CMYK 0.12 0 0.26 0.02
HSL 88.18º 0.89% 0.85% -
HSV(B) 88.18º 0.26% 0.98% -
XYZ 72.77 87.71 58.99 -
YUV 234.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 220 251 185 0.12 0 0.26 0.02 88.18 0.89 0.85
Hex DC FB B9 C 0 1A 2 58 59 55
Octal 334 373 271 14 0 32 2 130 131 125
Binary 11011100 11111011 10111001 1100 0 11010 10 1011000 1011001 1010101

Color Harmonies of #DCFBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBB9

Black with #DCFBB9

Text Example


Text Example

White with #DCFBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBB9; }

 p { color: rgb(220,251,185); }

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

background-color css

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

 a { background-color: rgb(220,251,185); }

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

border-color css

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

 span { border-color: rgb(220,251,185); }

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