Html Css Color HEX #84D896 De York

📋 copy color: '#84D896'

red 132 ◦ green 216 ◦ blue 150

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

Shades of De York #84D896

Tints of De York #84D896

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.37%

 BLUE value IS 150 (58.98% from 255) = 30.12%

R = 26.51%
G = 43.37%
B = 30.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#84D896 (or 0x84D896) is known color: De York. HEX triplet: 84, D8 and 96. RGB value is (132,216,150). Sum of RGB (Red+Green+Blue) = 132+216+150=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #84D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D896 is #7B2769. Grayscale: #B7B7B7. Windows color (decimal): -8071018 or 9885828. OLE color: 9885828.

HSL color Cylindrical-coordinate representation of color #84D896: hue angle of 132.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84D896 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 216 150 -
CMYK 0.39 0 0.31 0.15
HSL 132.86º 0.52% 0.68% -
HSV(B) 132.86º 0.39% 0.85% -
XYZ 39.58 56.22 37.62 -
YUV 183.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 132 216 150 0.39 0 0.31 0.15 132.86 0.52 0.68
Hex 84 D8 96 27 0 1F F 85 34 44
Octal 204 330 226 47 0 37 17 205 64 104
Binary 10000100 11011000 10010110 100111 0 11111 1111 10000101 110100 1000100

Color Harmonies of #84D896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D896

Black with #84D896

Text Example


Text Example

White with #84D896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,216,150); }

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

background-color css

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

 a { background-color: rgb(132,216,150); }

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

border-color css

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

 span { border-color: rgb(132,216,150); }

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