Html Css Color HEX #85F41E Lawn Green

📋 copy color: '#85F41E'

red 133 ◦ green 244 ◦ blue 30

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

Shades of Lawn Green #85F41E

Tints of Lawn Green #85F41E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 59.95%

 BLUE value IS 30 (12.11% from 255) = 7.37%

R = 32.68%
G = 59.95%
B = 7.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#85F41E (or 0x85F41E) is known color: Lawn Green. HEX triplet: 85, F4 and 1E. RGB value is (133,244,30). Sum of RGB (Red+Green+Blue) = 133+244+30=407 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.68% from 407); Green value is 244 (95.70% from 255 or 59.95% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 244 - color contains mainly: green. Hex color #85F41E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F41E is #7A0BE1. Grayscale: #BBBBBB. Windows color (decimal): -7998434 or 2028677. OLE color: 2028677.

HSL color Cylindrical-coordinate representation of color #85F41E: hue angle of 91.12º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85F41E is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 244 30 -
CMYK 0.45 0 0.88 0.04
HSL 91.12º 0.91% 0.54% -
HSV(B) 91.12º 0.88% 0.96% -
XYZ 42.26 69.78 12.47 -
YUV 186.42 39.73 89.9 -
System Red Green Blue C M Y K H S L
Decimal 133 244 30 0.45 0 0.88 0.04 91.12 0.91 0.54
Hex 85 F4 1E 2D 0 58 4 5B 5B 36
Octal 205 364 36 55 0 130 4 133 133 66
Binary 10000101 11110100 11110 101101 0 1011000 100 1011011 1011011 110110

Color Harmonies of #85F41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F41E

Black with #85F41E

Text Example


Text Example

White with #85F41E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,244,30); }

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

background-color css

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

 a { background-color: rgb(133,244,30); }

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

border-color css

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

 span { border-color: rgb(133,244,30); }

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