Html Css Color HEX #86F474 Pastel Green

📋 copy color: '#86F474'

red 134 ◦ green 244 ◦ blue 116

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

Shades of Pastel Green #86F474

Tints of Pastel Green #86F474

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.39%

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 27.13%
G = 49.39%
B = 23.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#86F474 (or 0x86F474) is known color: Pastel Green. HEX triplet: 86, F4 and 74. RGB value is (134,244,116). Sum of RGB (Red+Green+Blue) = 134+244+116=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #86F474 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F474 is #790B8B. Grayscale: #C4C4C4. Windows color (decimal): -7932812 or 7664774. OLE color: 7664774.

HSL color Cylindrical-coordinate representation of color #86F474: hue angle of 111.56º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86F474 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 134 244 116 -
CMYK 0.45 0 0.52 0.04
HSL 111.56º 0.85% 0.71% -
HSV(B) 111.56º 0.52% 0.96% -
XYZ 45.33 71.03 27.84 -
YUV 196.52 82.56 83.41 -
System Red Green Blue C M Y K H S L
Decimal 134 244 116 0.45 0 0.52 0.04 111.56 0.85 0.71
Hex 86 F4 74 2D 0 34 4 70 55 47
Octal 206 364 164 55 0 64 4 160 125 107
Binary 10000110 11110100 1110100 101101 0 110100 100 1110000 1010101 1000111

Color Harmonies of #86F474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F474

Black with #86F474

Text Example


Text Example

White with #86F474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,244,116); }

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

background-color css

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

 a { background-color: rgb(134,244,116); }

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

border-color css

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

 span { border-color: rgb(134,244,116); }

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