Html Css Color HEX #86F295 Light Green

📋 copy color: '#86F295'

red 134 ◦ green 242 ◦ blue 149

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

Shades of Light Green #86F295

Tints of Light Green #86F295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.38%

R = 25.52%
G = 46.1%
B = 28.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#86F295 (or 0x86F295) is known color: Light Green. HEX triplet: 86, F2 and 95. RGB value is (134,242,149). Sum of RGB (Red+Green+Blue) = 134+242+149=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #86F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F295 is #790D6A. Grayscale: #C7C7C7. Windows color (decimal): -7933291 or 9826950. OLE color: 9826950.

HSL color Cylindrical-coordinate representation of color #86F295: hue angle of 128.33º 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 #86F295 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 134 242 149 -
CMYK 0.45 0 0.38 0.05
HSL 128.33º 0.81% 0.74% -
HSV(B) 128.33º 0.45% 0.95% -
XYZ 47.01 70.74 39.61 -
YUV 199.11 99.72 81.56 -
System Red Green Blue C M Y K H S L
Decimal 134 242 149 0.45 0 0.38 0.05 128.33 0.81 0.74
Hex 86 F2 95 2D 0 26 5 80 51 4A
Octal 206 362 225 55 0 46 5 200 121 112
Binary 10000110 11110010 10010101 101101 0 100110 101 10000000 1010001 1001010

Color Harmonies of #86F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F295

Black with #86F295

Text Example


Text Example

White with #86F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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