Html Css Color HEX #85E031 Yellow Green

📋 copy color: '#85E031'

red 133 ◦ green 224 ◦ blue 49

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

Shades of Yellow Green #85E031

Tints of Yellow Green #85E031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 55.17%

 BLUE value IS 49 (19.53% from 255) = 12.07%

R = 32.76%
G = 55.17%
B = 12.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#85E031 (or 0x85E031) is known color: Yellow Green. HEX triplet: 85, E0 and 31. RGB value is (133,224,49). Sum of RGB (Red+Green+Blue) = 133+224+49=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 224 (87.89% from 255 or 55.17% from 406); Blue value is 49 (19.53% from 255 or 12.07% from 406); Max value from RGB is 224 - color contains mainly: green. Hex color #85E031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E031 is #7A1FCE. Grayscale: #B1B1B1. Windows color (decimal): -8003535 or 3268741. OLE color: 3268741.

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

Color convert

RGB 133 224 49 -
CMYK 0.41 0 0.78 0.12
HSL 91.2º 0.74% 0.54% -
HSV(B) 91.2º 0.78% 0.88% -
XYZ 36.88 58.52 12.26 -
YUV 176.84 55.85 96.73 -
System Red Green Blue C M Y K H S L
Decimal 133 224 49 0.41 0 0.78 0.12 91.2 0.74 0.54
Hex 85 E0 31 29 0 4E C 5B 4A 36
Octal 205 340 61 51 0 116 14 133 112 66
Binary 10000101 11100000 110001 101001 0 1001110 1100 1011011 1001010 110110

Color Harmonies of #85E031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E031

Black with #85E031

Text Example


Text Example

White with #85E031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,224,49); }

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

background-color css

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

 a { background-color: rgb(133,224,49); }

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

border-color css

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

 span { border-color: rgb(133,224,49); }

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