Html Css Color HEX #85D580 De York

📋 copy color: '#85D580'

red 133 ◦ green 213 ◦ blue 128

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

Shades of De York #85D580

Tints of De York #85D580

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.94%

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

R = 28.06%
G = 44.94%
B = 27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#85D580 (or 0x85D580) is known color: De York. HEX triplet: 85, D5 and 80. RGB value is (133,213,128). Sum of RGB (Red+Green+Blue) = 133+213+128=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #85D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D580 is #7A2A7F. Grayscale: #B3B3B3. Windows color (decimal): -8006272 or 8443269. OLE color: 8443269.

HSL color Cylindrical-coordinate representation of color #85D580: hue angle of 116.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D580 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 213 128 -
CMYK 0.38 0 0.40 0.16
HSL 116.47º 0.5% 0.67% -
HSV(B) 116.47º 0.4% 0.84% -
XYZ 37.36 54.13 28.9 -
YUV 179.39 99 94.91 -
System Red Green Blue C M Y K H S L
Decimal 133 213 128 0.38 0 0.40 0.16 116.47 0.5 0.67
Hex 85 D5 80 26 0 28 10 74 32 43
Octal 205 325 200 46 0 50 20 164 62 103
Binary 10000101 11010101 10000000 100110 0 101000 10000 1110100 110010 1000011

Color Harmonies of #85D580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D580

Black with #85D580

Text Example


Text Example

White with #85D580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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