Html Css Color HEX #85E124 Yellow Green

📋 copy color: '#85E124'

red 133 ◦ green 225 ◦ blue 36

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

Shades of Yellow Green #85E124

Tints of Yellow Green #85E124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.14%

R = 33.76%
G = 57.11%
B = 9.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#85E124 (or 0x85E124) is known color: Yellow Green. HEX triplet: 85, E1 and 24. RGB value is (133,225,36). Sum of RGB (Red+Green+Blue) = 133+225+36=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 225 (88.28% from 255 or 57.11% from 394); Blue value is 36 (14.45% from 255 or 9.14% from 394); Max value from RGB is 225 - color contains mainly: green. Hex color #85E124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E124 is #7A1EDB. Grayscale: #B0B0B0. Windows color (decimal): -8003292 or 2417029. OLE color: 2417029.

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

Color convert

RGB 133 225 36 -
CMYK 0.41 0 0.84 0.12
HSL 89.21º 0.76% 0.51% -
HSV(B) 89.21º 0.84% 0.88% -
XYZ 36.92 58.96 11.1 -
YUV 175.95 49.02 97.37 -
System Red Green Blue C M Y K H S L
Decimal 133 225 36 0.41 0 0.84 0.12 89.21 0.76 0.51
Hex 85 E1 24 29 0 54 C 59 4C 33
Octal 205 341 44 51 0 124 14 131 114 63
Binary 10000101 11100001 100100 101001 0 1010100 1100 1011001 1001100 110011

Color Harmonies of #85E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E124

Black with #85E124

Text Example


Text Example

White with #85E124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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