Html Css Color HEX #85DC16 Yellow Green

📋 copy color: '#85DC16'

red 133 ◦ green 220 ◦ blue 22

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

Shades of Yellow Green #85DC16

Tints of Yellow Green #85DC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.67%

 BLUE value IS 22 (8.98% from 255) = 5.87%

R = 35.47%
G = 58.67%
B = 5.87%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#85DC16 (or 0x85DC16) is known color: Yellow Green. HEX triplet: 85, DC and 16. RGB value is (133,220,22). Sum of RGB (Red+Green+Blue) = 133+220+22=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 220 (86.33% from 255 or 58.67% from 375); Blue value is 22 (8.98% from 255 or 5.87% from 375); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DC16 is #7A23E9. Grayscale: #ACACAC. Windows color (decimal): -8004586 or 1498245. OLE color: 1498245.

HSL color Cylindrical-coordinate representation of color #85DC16: hue angle of 86.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85DC16 is Cyan = 0.40, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 22 -
CMYK 0.40 0 0.9 0.14
HSL 86.36º 0.82% 0.47% -
HSV(B) 86.36º 0.9% 0.86% -
XYZ 35.41 56.23 9.75 -
YUV 171.42 43.68 100.6 -
System Red Green Blue C M Y K H S L
Decimal 133 220 22 0.40 0 0.9 0.14 86.36 0.82 0.47
Hex 85 DC 16 28 0 5A E 56 52 2F
Octal 205 334 26 50 0 132 16 126 122 57
Binary 10000101 11011100 10110 101000 0 1011010 1110 1010110 1010010 101111

Color Harmonies of #85DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DC16

Black with #85DC16

Text Example


Text Example

White with #85DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,220,22); }

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

background-color css

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

 a { background-color: rgb(133,220,22); }

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

border-color css

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

 span { border-color: rgb(133,220,22); }

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