Html Css Color HEX #DCFCB7 Tea Green

📋 copy color: '#DCFCB7'

red 220 ◦ green 252 ◦ blue 183

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

Shades of Tea Green #DCFCB7

Tints of Tea Green #DCFCB7

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.47%

 BLUE value IS 183 (71.88% from 255) = 27.94%

R = 33.59%
G = 38.47%
B = 27.94%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#DCFCB7 (or 0xDCFCB7) is known color: Tea Green. HEX triplet: DC, FC and B7. RGB value is (220,252,183). Sum of RGB (Red+Green+Blue) = 220+252+183=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 252 (98.83% from 255 or 38.47% from 655); Blue value is 183 (71.88% from 255 or 27.94% from 655); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCB7 is #230348. Grayscale: #EAEAEA. Windows color (decimal): -2294601 or 12057820. OLE color: 12057820.

HSL color Cylindrical-coordinate representation of color #DCFCB7: hue angle of 87.83º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCFCB7 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 183 -
CMYK 0.13 0 0.27 0.01
HSL 87.83º 0.92% 0.85% -
HSV(B) 87.83º 0.27% 0.99% -
XYZ 72.87 88.26 57.99 -
YUV 234.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 220 252 183 0.13 0 0.27 0.01 87.83 0.92 0.85
Hex DC FC B7 D 0 1B 1 58 5C 55
Octal 334 374 267 15 0 33 1 130 134 125
Binary 11011100 11111100 10110111 1101 0 11011 1 1011000 1011100 1010101

Color Harmonies of #DCFCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFCB7

Black with #DCFCB7

Text Example


Text Example

White with #DCFCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFCB7; }

 p { color: rgb(220,252,183); }

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

background-color css

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

 a { background-color: rgb(220,252,183); }

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

border-color css

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

 span { border-color: rgb(220,252,183); }

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