Html Css Color HEX #86F21E Lawn Green

📋 copy color: '#86F21E'

red 134 ◦ green 242 ◦ blue 30

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

Shades of Lawn Green #86F21E

Tints of Lawn Green #86F21E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.61%

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

R = 33%
G = 59.61%
B = 7.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#86F21E (or 0x86F21E) is known color: Lawn Green. HEX triplet: 86, F2 and 1E. RGB value is (134,242,30). Sum of RGB (Red+Green+Blue) = 134+242+30=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #86F21E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F21E is #790DE1. Grayscale: #BABABA. Windows color (decimal): -7933410 or 2028166. OLE color: 2028166.

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

Color convert

RGB 134 242 30 -
CMYK 0.45 0 0.88 0.05
HSL 90.57º 0.89% 0.53% -
HSV(B) 90.57º 0.88% 0.95% -
XYZ 41.82 68.67 12.28 -
YUV 185.54 40.22 91.24 -
System Red Green Blue C M Y K H S L
Decimal 134 242 30 0.45 0 0.88 0.05 90.57 0.89 0.53
Hex 86 F2 1E 2D 0 58 5 5B 59 35
Octal 206 362 36 55 0 130 5 133 131 65
Binary 10000110 11110010 11110 101101 0 1011000 101 1011011 1011001 110101

Color Harmonies of #86F21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F21E

Black with #86F21E

Text Example


Text Example

White with #86F21E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,242,30); }

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

background-color css

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

 a { background-color: rgb(134,242,30); }

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

border-color css

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

 span { border-color: rgb(134,242,30); }

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