Html Css Color HEX #84D078 De York

📋 copy color: '#84D078'

red 132 ◦ green 208 ◦ blue 120

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

Shades of De York #84D078

Tints of De York #84D078

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

 BLUE value IS 120 (47.27% from 255) = 26.09%

R = 28.7%
G = 45.22%
B = 26.09%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#84D078 (or 0x84D078) is known color: De York. HEX triplet: 84, D0 and 78. RGB value is (132,208,120). Sum of RGB (Red+Green+Blue) = 132+208+120=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #84D078 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D078 is #7B2F87. Grayscale: #AFAFAF. Windows color (decimal): -8073096 or 7917700. OLE color: 7917700.

HSL color Cylindrical-coordinate representation of color #84D078: hue angle of 111.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84D078 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 120 -
CMYK 0.37 0 0.42 0.18
HSL 111.82º 0.48% 0.64% -
HSV(B) 111.82º 0.42% 0.82% -
XYZ 35.46 51.37 25.82 -
YUV 175.24 96.82 97.16 -
System Red Green Blue C M Y K H S L
Decimal 132 208 120 0.37 0 0.42 0.18 111.82 0.48 0.64
Hex 84 D0 78 25 0 2A 12 70 30 40
Octal 204 320 170 45 0 52 22 160 60 100
Binary 10000100 11010000 1111000 100101 0 101010 10010 1110000 110000 1000000

Color Harmonies of #84D078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D078

Black with #84D078

Text Example


Text Example

White with #84D078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,208,120); }

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

background-color css

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

 a { background-color: rgb(132,208,120); }

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

border-color css

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

 span { border-color: rgb(132,208,120); }

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