Html Css Color HEX #86F975 Light Green

📋 copy color: '#86F975'

red 134 ◦ green 249 ◦ blue 117

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

Shades of Light Green #86F975

Tints of Light Green #86F975

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.8%

 BLUE value IS 117 (46.09% from 255) = 23.4%

R = 26.8%
G = 49.8%
B = 23.4%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#86F975 (or 0x86F975) is known color: Light Green. HEX triplet: 86, F9 and 75. RGB value is (134,249,117). Sum of RGB (Red+Green+Blue) = 134+249+117=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #86F975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F975 is #79068A. Grayscale: #C7C7C7. Windows color (decimal): -7931531 or 7731590. OLE color: 7731590.

HSL color Cylindrical-coordinate representation of color #86F975: hue angle of 112.27º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86F975 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 249 117 -
CMYK 0.46 0 0.53 0.02
HSL 112.27º 0.92% 0.72% -
HSV(B) 112.27º 0.53% 0.98% -
XYZ 46.92 74.1 28.66 -
YUV 199.57 81.4 81.23 -
System Red Green Blue C M Y K H S L
Decimal 134 249 117 0.46 0 0.53 0.02 112.27 0.92 0.72
Hex 86 F9 75 2E 0 35 2 70 5C 48
Octal 206 371 165 56 0 65 2 160 134 110
Binary 10000110 11111001 1110101 101110 0 110101 10 1110000 1011100 1001000

Color Harmonies of #86F975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F975

Black with #86F975

Text Example


Text Example

White with #86F975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,249,117); }

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

background-color css

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

 a { background-color: rgb(134,249,117); }

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

border-color css

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

 span { border-color: rgb(134,249,117); }

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