Html Css Color HEX #86FA5F Screamin' Green

📋 copy color: '#86FA5F'

red 134 ◦ green 250 ◦ blue 95

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

Shades of Screamin' Green #86FA5F

Tints of Screamin' Green #86FA5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 27.97%
G = 52.19%
B = 19.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#86FA5F (or 0x86FA5F) is known color: Screamin' Green. HEX triplet: 86, FA and 5F. RGB value is (134,250,95). Sum of RGB (Red+Green+Blue) = 134+250+95=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA5F is #7905A0. Grayscale: #C6C6C6. Windows color (decimal): -7931297 or 6290054. OLE color: 6290054.

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

Color convert

RGB 134 250 95 -
CMYK 0.46 0 0.62 0.02
HSL 104.9º 0.94% 0.68% -
HSV(B) 104.9º 0.62% 0.98% -
XYZ 46.08 74.27 22.73 -
YUV 197.65 70.07 82.6 -
System Red Green Blue C M Y K H S L
Decimal 134 250 95 0.46 0 0.62 0.02 104.9 0.94 0.68
Hex 86 FA 5F 2E 0 3E 2 69 5E 44
Octal 206 372 137 56 0 76 2 151 136 104
Binary 10000110 11111010 1011111 101110 0 111110 10 1101001 1011110 1000100

Color Harmonies of #86FA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FA5F

Black with #86FA5F

Text Example


Text Example

White with #86FA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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