Html Css Color HEX #84D996 De York

📋 copy color: '#84D996'

red 132 ◦ green 217 ◦ blue 150

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

Shades of De York #84D996

Tints of De York #84D996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

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

R = 26.45%
G = 43.49%
B = 30.06%

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

#84D996 (or 0x84D996) is known color: De York. HEX triplet: 84, D9 and 96. RGB value is (132,217,150). Sum of RGB (Red+Green+Blue) = 132+217+150=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #84D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D996 is #7B2669. Grayscale: #B8B8B8. Windows color (decimal): -8070762 or 9886084. OLE color: 9886084.

HSL color Cylindrical-coordinate representation of color #84D996: hue angle of 132.71º degrees, saturation: 0.53, 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 #84D996 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 217 150 -
CMYK 0.39 0 0.31 0.15
HSL 132.71º 0.53% 0.68% -
HSV(B) 132.71º 0.39% 0.85% -
XYZ 39.83 56.73 37.71 -
YUV 183.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 132 217 150 0.39 0 0.31 0.15 132.71 0.53 0.68
Hex 84 D9 96 27 0 1F F 85 35 44
Octal 204 331 226 47 0 37 17 205 65 104
Binary 10000100 11011001 10010110 100111 0 11111 1111 10000101 110101 1000100

Color Harmonies of #84D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D996

Black with #84D996

Text Example


Text Example

White with #84D996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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