Html Css Color HEX #85CE80 De York

📋 copy color: '#85CE80'

red 133 ◦ green 206 ◦ blue 128

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

Shades of De York #85CE80

Tints of De York #85CE80

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.11%

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

R = 28.48%
G = 44.11%
B = 27.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#85CE80 (or 0x85CE80) is known color: De York. HEX triplet: 85, CE and 80. RGB value is (133,206,128). Sum of RGB (Red+Green+Blue) = 133+206+128=467 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.48% from 467); Green value is 206 (80.86% from 255 or 44.11% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE80 is #7A317F. Grayscale: #AFAFAF. Windows color (decimal): -8008064 or 8441477. OLE color: 8441477.

HSL color Cylindrical-coordinate representation of color #85CE80: hue angle of 116.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CE80 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 206 128 -
CMYK 0.35 0 0.38 0.19
HSL 116.15º 0.44% 0.65% -
HSV(B) 116.15º 0.38% 0.81% -
XYZ 35.64 50.69 28.33 -
YUV 175.28 101.32 97.84 -
System Red Green Blue C M Y K H S L
Decimal 133 206 128 0.35 0 0.38 0.19 116.15 0.44 0.65
Hex 85 CE 80 23 0 26 13 74 2C 41
Octal 205 316 200 43 0 46 23 164 54 101
Binary 10000101 11001110 10000000 100011 0 100110 10011 1110100 101100 1000001

Color Harmonies of #85CE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CE80

Black with #85CE80

Text Example


Text Example

White with #85CE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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