Html Css Color HEX #85C482 De York

📋 copy color: '#85C482'

red 133 ◦ green 196 ◦ blue 130

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

Shades of De York #85C482

Tints of De York #85C482

RGB

 RED value IS 133 (52.34% from 255) = 28.98%

 GREEN value IS 196 (76.95% from 255) = 42.7%

 BLUE value IS 130 (51.17% from 255) = 28.32%

R = 28.98%
G = 42.7%
B = 28.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#85C482 (or 0x85C482) is known color: De York. HEX triplet: 85, C4 and 82. RGB value is (133,196,130). Sum of RGB (Red+Green+Blue) = 133+196+130=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 196 - color contains mainly: green. Hex color #85C482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C482 is #7A3B7D. Grayscale: #A9A9A9. Windows color (decimal): -8010622 or 8569989. OLE color: 8569989.

HSL color Cylindrical-coordinate representation of color #85C482: hue angle of 117.27º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C482 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 196 130 -
CMYK 0.32 0 0.34 0.23
HSL 117.27º 0.36% 0.64% -
HSV(B) 117.27º 0.34% 0.77% -
XYZ 33.44 46.08 28.25 -
YUV 169.64 105.63 101.87 -
System Red Green Blue C M Y K H S L
Decimal 133 196 130 0.32 0 0.34 0.23 117.27 0.36 0.64
Hex 85 C4 82 20 0 22 17 75 24 40
Octal 205 304 202 40 0 42 27 165 44 100
Binary 10000101 11000100 10000010 100000 0 100010 10111 1110101 100100 1000000

Color Harmonies of #85C482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C482

Black with #85C482

Text Example


Text Example

White with #85C482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85C482; }

 p { color: rgb(133,196,130); }

 H1.HeaderClassName
 {
   color: #85C482;
 }
 .AnyTagClassName
 {
   color: #85C482;
 }
</style>

background-color css

<style>
 a { background-color: #85C482; }

 a { background-color: rgb(133,196,130); }

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

border-color css

<style>
 span { border-color: #85C482; }

 span { border-color: rgb(133,196,130); }

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