Html Css Color HEX #86F85A Screamin' Green

📋 copy color: '#86F85A'

red 134 ◦ green 248 ◦ blue 90

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

Shades of Screamin' Green #86F85A

Tints of Screamin' Green #86F85A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.54%

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 28.39%
G = 52.54%
B = 19.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#86F85A (or 0x86F85A) is known color: Screamin' Green. HEX triplet: 86, F8 and 5A. RGB value is (134,248,90). Sum of RGB (Red+Green+Blue) = 134+248+90=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 248 (97.27% from 255 or 52.54% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 248 - color contains mainly: green. Hex color #86F85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F85A is #7907A5. Grayscale: #C4C4C4. Windows color (decimal): -7931814 or 5961862. OLE color: 5961862.

HSL color Cylindrical-coordinate representation of color #86F85A: hue angle of 103.29º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86F85A is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 134 248 90 -
CMYK 0.46 0 0.64 0.03
HSL 103.29º 0.92% 0.66% -
HSV(B) 103.29º 0.64% 0.97% -
XYZ 45.24 72.94 21.37 -
YUV 195.9 68.23 83.85 -
System Red Green Blue C M Y K H S L
Decimal 134 248 90 0.46 0 0.64 0.03 103.29 0.92 0.66
Hex 86 F8 5A 2E 0 40 3 67 5C 42
Octal 206 370 132 56 0 100 3 147 134 102
Binary 10000110 11111000 1011010 101110 0 1000000 11 1100111 1011100 1000010

Color Harmonies of #86F85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F85A

Black with #86F85A

Text Example


Text Example

White with #86F85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,248,90); }

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

background-color css

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

 a { background-color: rgb(134,248,90); }

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

border-color css

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

 span { border-color: rgb(134,248,90); }

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