Html Css Color HEX #84D596 De York

📋 copy color: '#84D596'

red 132 ◦ green 213 ◦ blue 150

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

Shades of De York #84D596

Tints of De York #84D596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.03%

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

R = 26.67%
G = 43.03%
B = 30.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#84D596 (or 0x84D596) is known color: De York. HEX triplet: 84, D5 and 96. RGB value is (132,213,150). Sum of RGB (Red+Green+Blue) = 132+213+150=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #84D596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D596 is #7B2A69. Grayscale: #B5B5B5. Windows color (decimal): -8071786 or 9885060. OLE color: 9885060.

HSL color Cylindrical-coordinate representation of color #84D596: hue angle of 133.33º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84D596 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 213 150 -
CMYK 0.38 0 0.30 0.16
HSL 133.33º 0.49% 0.68% -
HSV(B) 133.33º 0.38% 0.84% -
XYZ 38.81 54.7 37.37 -
YUV 181.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 132 213 150 0.38 0 0.30 0.16 133.33 0.49 0.68
Hex 84 D5 96 26 0 1E 10 85 31 44
Octal 204 325 226 46 0 36 20 205 61 104
Binary 10000100 11010101 10010110 100110 0 11110 10000 10000101 110001 1000100

Color Harmonies of #84D596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D596

Black with #84D596

Text Example


Text Example

White with #84D596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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