Html Css Color HEX #84DD8A De York

📋 copy color: '#84DD8A'

red 132 ◦ green 221 ◦ blue 138

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

Shades of De York #84DD8A

Tints of De York #84DD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.11%

R = 26.88%
G = 45.01%
B = 28.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#84DD8A (or 0x84DD8A) is known color: De York. HEX triplet: 84, DD and 8A. RGB value is (132,221,138). Sum of RGB (Red+Green+Blue) = 132+221+138=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD8A is #7B2275. Grayscale: #B9B9B9. Windows color (decimal): -8069750 or 9100676. OLE color: 9100676.

HSL color Cylindrical-coordinate representation of color #84DD8A: hue angle of 124.04º 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 #84DD8A is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 138 -
CMYK 0.40 0 0.38 0.13
HSL 124.04º 0.57% 0.69% -
HSV(B) 124.04º 0.4% 0.87% -
XYZ 39.96 58.45 33.22 -
YUV 184.93 101.51 90.25 -
System Red Green Blue C M Y K H S L
Decimal 132 221 138 0.40 0 0.38 0.13 124.04 0.57 0.69
Hex 84 DD 8A 28 0 26 D 7C 39 45
Octal 204 335 212 50 0 46 15 174 71 105
Binary 10000100 11011101 10001010 101000 0 100110 1101 1111100 111001 1000101

Color Harmonies of #84DD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DD8A

Black with #84DD8A

Text Example


Text Example

White with #84DD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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