Html Css Color HEX #85E130 Yellow Green

📋 copy color: '#85E130'

red 133 ◦ green 225 ◦ blue 48

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

Shades of Yellow Green #85E130

Tints of Yellow Green #85E130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.82%

R = 32.76%
G = 55.42%
B = 11.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#85E130 (or 0x85E130) is known color: Yellow Green. HEX triplet: 85, E1 and 30. RGB value is (133,225,48). Sum of RGB (Red+Green+Blue) = 133+225+48=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 225 (88.28% from 255 or 55.42% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 225 - color contains mainly: green. Hex color #85E130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E130 is #7A1ECF. Grayscale: #B1B1B1. Windows color (decimal): -8003280 or 3203461. OLE color: 3203461.

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

Color convert

RGB 133 225 48 -
CMYK 0.41 0 0.79 0.12
HSL 91.19º 0.75% 0.54% -
HSV(B) 91.19º 0.79% 0.88% -
XYZ 37.13 59.05 12.24 -
YUV 177.31 55.02 96.39 -
System Red Green Blue C M Y K H S L
Decimal 133 225 48 0.41 0 0.79 0.12 91.19 0.75 0.54
Hex 85 E1 30 29 0 4F C 5B 4B 36
Octal 205 341 60 51 0 117 14 133 113 66
Binary 10000101 11100001 110000 101001 0 1001111 1100 1011011 1001011 110110

Color Harmonies of #85E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E130

Black with #85E130

Text Example


Text Example

White with #85E130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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