Html Css Color HEX #86F11F Lawn Green

📋 copy color: '#86F11F'

red 134 ◦ green 241 ◦ blue 31

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

Shades of Lawn Green #86F11F

Tints of Lawn Green #86F11F

RGB

 RED value IS 134 (52.73% from 255) = 33%

 GREEN value IS 241 (94.53% from 255) = 59.36%

 BLUE value IS 31 (12.5% from 255) = 7.64%

R = 33%
G = 59.36%
B = 7.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#86F11F (or 0x86F11F) is known color: Lawn Green. HEX triplet: 86, F1 and 1F. RGB value is (134,241,31). Sum of RGB (Red+Green+Blue) = 134+241+31=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #86F11F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F11F is #790EE0. Grayscale: #B9B9B9. Windows color (decimal): -7933665 or 2093446. OLE color: 2093446.

HSL color Cylindrical-coordinate representation of color #86F11F: hue angle of 90.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86F11F is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 241 31 -
CMYK 0.44 0 0.87 0.05
HSL 90.57º 0.88% 0.53% -
HSV(B) 90.57º 0.87% 0.95% -
XYZ 41.53 68.08 12.25 -
YUV 185.07 41.05 91.58 -
System Red Green Blue C M Y K H S L
Decimal 134 241 31 0.44 0 0.87 0.05 90.57 0.88 0.53
Hex 86 F1 1F 2C 0 57 5 5B 58 35
Octal 206 361 37 54 0 127 5 133 130 65
Binary 10000110 11110001 11111 101100 0 1010111 101 1011011 1011000 110101

Color Harmonies of #86F11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F11F

Black with #86F11F

Text Example


Text Example

White with #86F11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86F11F; }

 p { color: rgb(134,241,31); }

 H1.HeaderClassName
 {
   color: #86F11F;
 }
 .AnyTagClassName
 {
   color: #86F11F;
 }
</style>

background-color css

<style>
 a { background-color: #86F11F; }

 a { background-color: rgb(134,241,31); }

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

border-color css

<style>
 span { border-color: #86F11F; }

 span { border-color: rgb(134,241,31); }

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