Html Css Color HEX #86F251 Screamin' Green

📋 copy color: '#86F251'

red 134 ◦ green 242 ◦ blue 81

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

Shades of Screamin' Green #86F251

Tints of Screamin' Green #86F251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.72%

R = 29.32%
G = 52.95%
B = 17.72%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#86F251 (or 0x86F251) is known color: Screamin' Green. HEX triplet: 86, F2 and 51. RGB value is (134,242,81). Sum of RGB (Red+Green+Blue) = 134+242+81=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #86F251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F251 is #790DAE. Grayscale: #BFBFBF. Windows color (decimal): -7933359 or 5370502. OLE color: 5370502.

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

Color convert

RGB 134 242 81 -
CMYK 0.45 0 0.67 0.05
HSL 100.25º 0.86% 0.63% -
HSV(B) 100.25º 0.67% 0.95% -
XYZ 43.07 69.17 18.87 -
YUV 191.35 65.72 87.09 -
System Red Green Blue C M Y K H S L
Decimal 134 242 81 0.45 0 0.67 0.05 100.25 0.86 0.63
Hex 86 F2 51 2D 0 43 5 64 56 3F
Octal 206 362 121 55 0 103 5 144 126 77
Binary 10000110 11110010 1010001 101101 0 1000011 101 1100100 1010110 111111

Color Harmonies of #86F251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F251

Black with #86F251

Text Example


Text Example

White with #86F251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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