Html Css Color HEX #84D892 De York

📋 copy color: '#84D892'

red 132 ◦ green 216 ◦ blue 146

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

Shades of De York #84D892

Tints of De York #84D892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.55%

R = 26.72%
G = 43.72%
B = 29.55%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#84D892 (or 0x84D892) is known color: De York. HEX triplet: 84, D8 and 92. RGB value is (132,216,146). Sum of RGB (Red+Green+Blue) = 132+216+146=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #84D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84D892 is #7B276D. Grayscale: #B7B7B7. Windows color (decimal): -8071022 or 9623684. OLE color: 9623684.

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

Color convert

RGB 132 216 146 -
CMYK 0.39 0 0.32 0.15
HSL 130º 0.52% 0.68% -
HSV(B) 130º 0.39% 0.85% -
XYZ 39.26 56.09 35.95 -
YUV 182.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 132 216 146 0.39 0 0.32 0.15 130 0.52 0.68
Hex 84 D8 92 27 0 20 F 82 34 44
Octal 204 330 222 47 0 40 17 202 64 104
Binary 10000100 11011000 10010010 100111 0 100000 1111 10000010 110100 1000100

Color Harmonies of #84D892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D892

Black with #84D892

Text Example


Text Example

White with #84D892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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