Html Css Color HEX #86F225 Lawn Green

📋 copy color: '#86F225'

red 134 ◦ green 242 ◦ blue 37

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

Shades of Lawn Green #86F225

Tints of Lawn Green #86F225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.96%

R = 32.45%
G = 58.6%
B = 8.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#86F225 (or 0x86F225) is known color: Lawn Green. HEX triplet: 86, F2 and 25. RGB value is (134,242,37). Sum of RGB (Red+Green+Blue) = 134+242+37=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #86F225 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F225 is #790DDA. Grayscale: #BBBBBB. Windows color (decimal): -7933403 or 2486918. OLE color: 2486918.

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

Color convert

RGB 134 242 37 -
CMYK 0.45 0 0.85 0.05
HSL 91.61º 0.89% 0.55% -
HSV(B) 91.61º 0.85% 0.95% -
XYZ 41.92 68.71 12.8 -
YUV 186.34 43.72 90.67 -
System Red Green Blue C M Y K H S L
Decimal 134 242 37 0.45 0 0.85 0.05 91.61 0.89 0.55
Hex 86 F2 25 2D 0 55 5 5C 59 37
Octal 206 362 45 55 0 125 5 134 131 67
Binary 10000110 11110010 100101 101101 0 1010101 101 1011100 1011001 110111

Color Harmonies of #86F225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F225

Black with #86F225

Text Example


Text Example

White with #86F225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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