Html Css Color HEX #86FA7B Light Green

📋 copy color: '#86FA7B'

red 134 ◦ green 250 ◦ blue 123

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

Shades of Light Green #86FA7B

Tints of Light Green #86FA7B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.31%

 BLUE value IS 123 (48.44% from 255) = 24.26%

R = 26.43%
G = 49.31%
B = 24.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#86FA7B (or 0x86FA7B) is known color: Light Green. HEX triplet: 86, FA and 7B. RGB value is (134,250,123). Sum of RGB (Red+Green+Blue) = 134+250+123=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA7B is #790584. Grayscale: #C9C9C9. Windows color (decimal): -7931269 or 8125062. OLE color: 8125062.

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

Color convert

RGB 134 250 123 -
CMYK 0.46 0 0.51 0.02
HSL 114.8º 0.93% 0.73% -
HSV(B) 114.8º 0.51% 0.98% -
XYZ 47.59 74.87 30.68 -
YUV 200.84 84.07 80.33 -
System Red Green Blue C M Y K H S L
Decimal 134 250 123 0.46 0 0.51 0.02 114.8 0.93 0.73
Hex 86 FA 7B 2E 0 33 2 73 5D 49
Octal 206 372 173 56 0 63 2 163 135 111
Binary 10000110 11111010 1111011 101110 0 110011 10 1110011 1011101 1001001

Color Harmonies of #86FA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FA7B

Black with #86FA7B

Text Example


Text Example

White with #86FA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,250,123); }

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

background-color css

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

 a { background-color: rgb(134,250,123); }

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

border-color css

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

 span { border-color: rgb(134,250,123); }

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