Html Css Color HEX #85D480 De York

📋 copy color: '#85D480'

red 133 ◦ green 212 ◦ blue 128

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

Shades of De York #85D480

Tints of De York #85D480

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

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

R = 28.12%
G = 44.82%
B = 27.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#85D480 (or 0x85D480) is known color: De York. HEX triplet: 85, D4 and 80. RGB value is (133,212,128). Sum of RGB (Red+Green+Blue) = 133+212+128=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #85D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D480 is #7A2B7F. Grayscale: #B3B3B3. Windows color (decimal): -8006528 or 8443013. OLE color: 8443013.

HSL color Cylindrical-coordinate representation of color #85D480: hue angle of 116.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D480 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 133 212 128 -
CMYK 0.37 0 0.40 0.17
HSL 116.43º 0.49% 0.67% -
HSV(B) 116.43º 0.4% 0.83% -
XYZ 37.11 53.63 28.82 -
YUV 178.8 99.33 95.33 -
System Red Green Blue C M Y K H S L
Decimal 133 212 128 0.37 0 0.40 0.17 116.43 0.49 0.67
Hex 85 D4 80 25 0 28 11 74 31 43
Octal 205 324 200 45 0 50 21 164 61 103
Binary 10000101 11010100 10000000 100101 0 101000 10001 1110100 110001 1000011

Color Harmonies of #85D480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D480

Black with #85D480

Text Example


Text Example

White with #85D480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,212,128); }

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

background-color css

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

 a { background-color: rgb(133,212,128); }

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

border-color css

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

 span { border-color: rgb(133,212,128); }

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