Html Css Color HEX #85E121 Yellow Green

📋 copy color: '#85E121'

red 133 ◦ green 225 ◦ blue 33

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

Shades of Yellow Green #85E121

Tints of Yellow Green #85E121

RGB

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

 GREEN value IS 225 (88.28% from 255) = 57.54%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 34.02%
G = 57.54%
B = 8.44%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#85E121 (or 0x85E121) is known color: Yellow Green. HEX triplet: 85, E1 and 21. RGB value is (133,225,33). Sum of RGB (Red+Green+Blue) = 133+225+33=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 225 (88.28% from 255 or 57.54% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 225 - color contains mainly: green. Hex color #85E121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E121 is #7A1EDE. Grayscale: #B0B0B0. Windows color (decimal): -8003295 or 2220421. OLE color: 2220421.

HSL color Cylindrical-coordinate representation of color #85E121: hue angle of 88.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85E121 is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 225 33 -
CMYK 0.41 0 0.85 0.12
HSL 88.75º 0.76% 0.51% -
HSV(B) 88.75º 0.85% 0.88% -
XYZ 36.87 58.95 10.87 -
YUV 175.6 47.52 97.61 -
System Red Green Blue C M Y K H S L
Decimal 133 225 33 0.41 0 0.85 0.12 88.75 0.76 0.51
Hex 85 E1 21 29 0 55 C 59 4C 33
Octal 205 341 41 51 0 125 14 131 114 63
Binary 10000101 11100001 100001 101001 0 1010101 1100 1011001 1001100 110011

Color Harmonies of #85E121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E121

Black with #85E121

Text Example


Text Example

White with #85E121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,225,33); }

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

background-color css

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

 a { background-color: rgb(133,225,33); }

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

border-color css

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

 span { border-color: rgb(133,225,33); }

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