Html Css Color HEX #86F228 Lawn Green

📋 copy color: '#86F228'

red 134 ◦ green 242 ◦ blue 40

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

Shades of Lawn Green #86F228

Tints of Lawn Green #86F228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.62%

R = 32.21%
G = 58.17%
B = 9.62%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#86F228 (or 0x86F228) is known color: Lawn Green. HEX triplet: 86, F2 and 28. RGB value is (134,242,40). Sum of RGB (Red+Green+Blue) = 134+242+40=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 242 (94.92% from 255 or 58.17% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 242 - color contains mainly: green. Hex color #86F228 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F228 is #790DD7. Grayscale: #BBBBBB. Windows color (decimal): -7933400 or 2683526. OLE color: 2683526.

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

Color convert

RGB 134 242 40 -
CMYK 0.45 0 0.83 0.05
HSL 92.08º 0.89% 0.55% -
HSV(B) 92.08º 0.83% 0.95% -
XYZ 41.97 68.73 13.06 -
YUV 186.68 45.22 90.43 -
System Red Green Blue C M Y K H S L
Decimal 134 242 40 0.45 0 0.83 0.05 92.08 0.89 0.55
Hex 86 F2 28 2D 0 53 5 5C 59 37
Octal 206 362 50 55 0 123 5 134 131 67
Binary 10000110 11110010 101000 101101 0 1010011 101 1011100 1011001 110111

Color Harmonies of #86F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F228

Black with #86F228

Text Example


Text Example

White with #86F228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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