Html Css Color HEX #84D594 De York

📋 copy color: '#84D594'

red 132 ◦ green 213 ◦ blue 148

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

Shades of De York #84D594

Tints of De York #84D594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 26.77%
G = 43.2%
B = 30.02%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#84D594 (or 0x84D594) is known color: De York. HEX triplet: 84, D5 and 94. RGB value is (132,213,148). Sum of RGB (Red+Green+Blue) = 132+213+148=493 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.77% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 213 - color contains mainly: green. Hex color #84D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D594 is #7B2A6B. Grayscale: #B5B5B5. Windows color (decimal): -8071788 or 9753988. OLE color: 9753988.

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

Color convert

RGB 132 213 148 -
CMYK 0.38 0 0.31 0.16
HSL 131.85º 0.49% 0.68% -
HSV(B) 131.85º 0.38% 0.84% -
XYZ 38.66 54.63 36.52 -
YUV 181.37 109.16 92.79 -
System Red Green Blue C M Y K H S L
Decimal 132 213 148 0.38 0 0.31 0.16 131.85 0.49 0.68
Hex 84 D5 94 26 0 1F 10 84 31 44
Octal 204 325 224 46 0 37 20 204 61 104
Binary 10000100 11010101 10010100 100110 0 11111 10000 10000100 110001 1000100

Color Harmonies of #84D594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D594

Black with #84D594

Text Example


Text Example

White with #84D594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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