Html Css Color HEX #85D710 Yellow Green

📋 copy color: '#85D710'

red 133 ◦ green 215 ◦ blue 16

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

Shades of Yellow Green #85D710

Tints of Yellow Green #85D710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.07%

 BLUE value IS 16 (6.64% from 255) = 4.4%

R = 36.54%
G = 59.07%
B = 4.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#85D710 (or 0x85D710) is known color: Yellow Green. HEX triplet: 85, D7 and 10. RGB value is (133,215,16). Sum of RGB (Red+Green+Blue) = 133+215+16=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 16 (6.64% from 255 or 4.40% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #85D710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D710 is #7A28EF. Grayscale: #A8A8A8. Windows color (decimal): -8005872 or 1103749. OLE color: 1103749.

HSL color Cylindrical-coordinate representation of color #85D710: hue angle of 84.72º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85D710 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 215 16 -
CMYK 0.38 0 0.93 0.16
HSL 84.72º 0.86% 0.45% -
HSV(B) 84.72º 0.93% 0.84% -
XYZ 34.07 53.62 9.05 -
YUV 167.8 42.33 103.18 -
System Red Green Blue C M Y K H S L
Decimal 133 215 16 0.38 0 0.93 0.16 84.72 0.86 0.45
Hex 85 D7 10 26 0 5D 10 55 56 2D
Octal 205 327 20 46 0 135 20 125 126 55
Binary 10000101 11010111 10000 100110 0 1011101 10000 1010101 1010110 101101

Color Harmonies of #85D710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D710

Black with #85D710

Text Example


Text Example

White with #85D710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,215,16); }

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

background-color css

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

 a { background-color: rgb(133,215,16); }

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

border-color css

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

 span { border-color: rgb(133,215,16); }

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