Html Css Color HEX #85F41D Lawn Green

📋 copy color: '#85F41D'

red 133 ◦ green 244 ◦ blue 29

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

Shades of Lawn Green #85F41D

Tints of Lawn Green #85F41D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.14%

R = 32.76%
G = 60.1%
B = 7.14%

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

#85F41D (or 0x85F41D) is known color: Lawn Green. HEX triplet: 85, F4 and 1D. RGB value is (133,244,29). Sum of RGB (Red+Green+Blue) = 133+244+29=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #85F41D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85F41D is #7A0BE2. Grayscale: #BBBBBB. Windows color (decimal): -7998435 or 1963141. OLE color: 1963141.

HSL color Cylindrical-coordinate representation of color #85F41D: hue angle of 90.98º 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 #85F41D is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 133 244 29 -
CMYK 0.45 0 0.88 0.04
HSL 90.98º 0.91% 0.54% -
HSV(B) 90.98º 0.88% 0.96% -
XYZ 42.25 69.78 12.4 -
YUV 186.3 39.23 89.98 -
System Red Green Blue C M Y K H S L
Decimal 133 244 29 0.45 0 0.88 0.04 90.98 0.91 0.54
Hex 85 F4 1D 2D 0 58 4 5B 5B 36
Octal 205 364 35 55 0 130 4 133 133 66
Binary 10000101 11110100 11101 101101 0 1011000 100 1011011 1011011 110110

Color Harmonies of #85F41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F41D

Black with #85F41D

Text Example


Text Example

White with #85F41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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