Html Css Color HEX #86F291 Light Green

📋 copy color: '#86F291'

red 134 ◦ green 242 ◦ blue 145

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

Shades of Light Green #86F291

Tints of Light Green #86F291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.83%

R = 25.72%
G = 46.45%
B = 27.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#86F291 (or 0x86F291) is known color: Light Green. HEX triplet: 86, F2 and 91. RGB value is (134,242,145). Sum of RGB (Red+Green+Blue) = 134+242+145=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #86F291 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F291 is #790D6E. Grayscale: #C6C6C6. Windows color (decimal): -7933295 or 9564806. OLE color: 9564806.

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

Color convert

RGB 134 242 145 -
CMYK 0.45 0 0.40 0.05
HSL 126.11º 0.81% 0.74% -
HSV(B) 126.11º 0.45% 0.95% -
XYZ 46.69 70.62 37.96 -
YUV 198.65 97.72 81.89 -
System Red Green Blue C M Y K H S L
Decimal 134 242 145 0.45 0 0.40 0.05 126.11 0.81 0.74
Hex 86 F2 91 2D 0 28 5 7E 51 4A
Octal 206 362 221 55 0 50 5 176 121 112
Binary 10000110 11110010 10010001 101101 0 101000 101 1111110 1010001 1001010

Color Harmonies of #86F291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F291

Black with #86F291

Text Example


Text Example

White with #86F291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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