Html Css Color HEX #85D010 Yellow Green

📋 copy color: '#85D010'

red 133 ◦ green 208 ◦ blue 16

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

Shades of Yellow Green #85D010

Tints of Yellow Green #85D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.26%

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

R = 37.25%
G = 58.26%
B = 4.48%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#85D010 (or 0x85D010) is known color: Yellow Green. HEX triplet: 85, D0 and 10. RGB value is (133,208,16). Sum of RGB (Red+Green+Blue) = 133+208+16=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 208 (81.64% from 255 or 58.26% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 208 - color contains mainly: green. Hex color #85D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D010 is #7A2FEF. Grayscale: #A4A4A4. Windows color (decimal): -8007664 or 1101957. OLE color: 1101957.

HSL color Cylindrical-coordinate representation of color #85D010: hue angle of 83.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85D010 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 208 16 -
CMYK 0.36 0 0.92 0.18
HSL 83.44º 0.86% 0.44% -
HSV(B) 83.44º 0.92% 0.82% -
XYZ 32.32 50.14 8.46 -
YUV 163.69 44.65 106.11 -
System Red Green Blue C M Y K H S L
Decimal 133 208 16 0.36 0 0.92 0.18 83.44 0.86 0.44
Hex 85 D0 10 24 0 5C 12 53 56 2C
Octal 205 320 20 44 0 134 22 123 126 54
Binary 10000101 11010000 10000 100100 0 1011100 10010 1010011 1010110 101100

Color Harmonies of #85D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D010

Black with #85D010

Text Example


Text Example

White with #85D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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