Html Css Color HEX #84DD8B De York

📋 copy color: '#84DD8B'

red 132 ◦ green 221 ◦ blue 139

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

Shades of De York #84DD8B

Tints of De York #84DD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 26.83%
G = 44.92%
B = 28.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#84DD8B (or 0x84DD8B) is known color: De York. HEX triplet: 84, DD and 8B. RGB value is (132,221,139). Sum of RGB (Red+Green+Blue) = 132+221+139=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DD8B is #7B2274. Grayscale: #B9B9B9. Windows color (decimal): -8069749 or 9166212. OLE color: 9166212.

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

Color convert

RGB 132 221 139 -
CMYK 0.40 0 0.37 0.13
HSL 124.72º 0.57% 0.69% -
HSV(B) 124.72º 0.4% 0.87% -
XYZ 40.03 58.48 33.6 -
YUV 185.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 132 221 139 0.40 0 0.37 0.13 124.72 0.57 0.69
Hex 84 DD 8B 28 0 25 D 7D 39 45
Octal 204 335 213 50 0 45 15 175 71 105
Binary 10000100 11011101 10001011 101000 0 100101 1101 1111101 111001 1000101

Color Harmonies of #84DD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DD8B

Black with #84DD8B

Text Example


Text Example

White with #84DD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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