Html Css Color HEX #84CA80 De York

📋 copy color: '#84CA80'

red 132 ◦ green 202 ◦ blue 128

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

Shades of De York #84CA80

Tints of De York #84CA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.72%

 BLUE value IS 128 (50.39% from 255) = 27.71%

R = 28.57%
G = 43.72%
B = 27.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#84CA80 (or 0x84CA80) is known color: De York. HEX triplet: 84, CA and 80. RGB value is (132,202,128). Sum of RGB (Red+Green+Blue) = 132+202+128=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CA80 is #7B357F. Grayscale: #ACACAC. Windows color (decimal): -8074624 or 8440452. OLE color: 8440452.

HSL color Cylindrical-coordinate representation of color #84CA80: hue angle of 116.76º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #84CA80 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 202 128 -
CMYK 0.35 0 0.37 0.21
HSL 116.76º 0.41% 0.65% -
HSV(B) 116.76º 0.37% 0.79% -
XYZ 34.53 48.71 28 -
YUV 172.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 132 202 128 0.35 0 0.37 0.21 116.76 0.41 0.65
Hex 84 CA 80 23 0 25 15 75 29 41
Octal 204 312 200 43 0 45 25 165 51 101
Binary 10000100 11001010 10000000 100011 0 100101 10101 1110101 101001 1000001

Color Harmonies of #84CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CA80

Black with #84CA80

Text Example


Text Example

White with #84CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,202,128); }

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

background-color css

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

 a { background-color: rgb(132,202,128); }

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

border-color css

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

 span { border-color: rgb(132,202,128); }

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