Html Css Color HEX #84C575 De York

📋 copy color: '#84C575'

red 132 ◦ green 197 ◦ blue 117

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

Shades of De York #84C575

Tints of De York #84C575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.17%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 29.6%
G = 44.17%
B = 26.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#84C575 (or 0x84C575) is known color: De York. HEX triplet: 84, C5 and 75. RGB value is (132,197,117). Sum of RGB (Red+Green+Blue) = 132+197+117=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #84C575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C575 is #7B3A8A. Grayscale: #A8A8A8. Windows color (decimal): -8075915 or 7718276. OLE color: 7718276.

HSL color Cylindrical-coordinate representation of color #84C575: hue angle of 108.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84C575 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 197 117 -
CMYK 0.33 0 0.41 0.23
HSL 108.75º 0.41% 0.62% -
HSV(B) 108.75º 0.41% 0.77% -
XYZ 32.69 46.12 24.01 -
YUV 168.45 98.97 102 -
System Red Green Blue C M Y K H S L
Decimal 132 197 117 0.33 0 0.41 0.23 108.75 0.41 0.62
Hex 84 C5 75 21 0 29 17 6D 29 3E
Octal 204 305 165 41 0 51 27 155 51 76
Binary 10000100 11000101 1110101 100001 0 101001 10111 1101101 101001 111110

Color Harmonies of #84C575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C575

Black with #84C575

Text Example


Text Example

White with #84C575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,197,117); }

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

background-color css

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

 a { background-color: rgb(132,197,117); }

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

border-color css

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

 span { border-color: rgb(132,197,117); }

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