Html Css Color HEX #85DD17 Yellow Green

📋 copy color: '#85DD17'

red 133 ◦ green 221 ◦ blue 23

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

Shades of Yellow Green #85DD17

Tints of Yellow Green #85DD17

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.62%

 BLUE value IS 23 (9.38% from 255) = 6.1%

R = 35.28%
G = 58.62%
B = 6.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#85DD17 (or 0x85DD17) is known color: Yellow Green. HEX triplet: 85, DD and 17. RGB value is (133,221,23). Sum of RGB (Red+Green+Blue) = 133+221+23=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 221 (86.72% from 255 or 58.62% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DD17 is #7A22E8. Grayscale: #ACACAC. Windows color (decimal): -8004329 or 1564037. OLE color: 1564037.

HSL color Cylindrical-coordinate representation of color #85DD17: hue angle of 86.67º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85DD17 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 23 -
CMYK 0.40 0 0.90 0.13
HSL 86.67º 0.81% 0.48% -
HSV(B) 86.67º 0.9% 0.87% -
XYZ 35.68 56.76 9.89 -
YUV 172.12 43.85 100.1 -
System Red Green Blue C M Y K H S L
Decimal 133 221 23 0.40 0 0.90 0.13 86.67 0.81 0.48
Hex 85 DD 17 28 0 5A D 57 51 30
Octal 205 335 27 50 0 132 15 127 121 60
Binary 10000101 11011101 10111 101000 0 1011010 1101 1010111 1010001 110000

Color Harmonies of #85DD17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DD17

Black with #85DD17

Text Example


Text Example

White with #85DD17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,221,23); }

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

background-color css

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

 a { background-color: rgb(133,221,23); }

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

border-color css

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

 span { border-color: rgb(133,221,23); }

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