Html Css Color HEX #84DD8D De York

📋 copy color: '#84DD8D'

red 132 ◦ green 221 ◦ blue 141

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

Shades of De York #84DD8D

Tints of De York #84DD8D

RGB

 RED value IS 132 (51.95% from 255) = 26.72%

 GREEN value IS 221 (86.72% from 255) = 44.74%

 BLUE value IS 141 (55.47% from 255) = 28.54%

R = 26.72%
G = 44.74%
B = 28.54%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#84DD8D (or 0x84DD8D) is known color: De York. HEX triplet: 84, DD and 8D. RGB value is (132,221,141). Sum of RGB (Red+Green+Blue) = 132+221+141=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD8D is #7B2272. Grayscale: #B9B9B9. Windows color (decimal): -8069747 or 9297284. OLE color: 9297284.

HSL color Cylindrical-coordinate representation of color #84DD8D: hue angle of 126.07º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84DD8D is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 141 -
CMYK 0.40 0 0.36 0.13
HSL 126.07º 0.57% 0.69% -
HSV(B) 126.07º 0.4% 0.87% -
XYZ 40.18 58.54 34.38 -
YUV 185.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 132 221 141 0.40 0 0.36 0.13 126.07 0.57 0.69
Hex 84 DD 8D 28 0 24 D 7E 39 45
Octal 204 335 215 50 0 44 15 176 71 105
Binary 10000100 11011101 10001101 101000 0 100100 1101 1111110 111001 1000101

Color Harmonies of #84DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DD8D

Black with #84DD8D

Text Example


Text Example

White with #84DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84DD8D; }

 p { color: rgb(132,221,141); }

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

background-color css

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

 a { background-color: rgb(132,221,141); }

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

border-color css

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

 span { border-color: rgb(132,221,141); }

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