Html Css Color HEX #86FA70 Pastel Green

📋 copy color: '#86FA70'

red 134 ◦ green 250 ◦ blue 112

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

Shades of Pastel Green #86FA70

Tints of Pastel Green #86FA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.58%

R = 27.02%
G = 50.4%
B = 22.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#86FA70 (or 0x86FA70) is known color: Pastel Green. HEX triplet: 86, FA and 70. RGB value is (134,250,112). Sum of RGB (Red+Green+Blue) = 134+250+112=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #86FA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86FA70 is #79058F. Grayscale: #C8C8C8. Windows color (decimal): -7931280 or 7404166. OLE color: 7404166.

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

Color convert

RGB 134 250 112 -
CMYK 0.46 0 0.55 0.02
HSL 110.43º 0.93% 0.71% -
HSV(B) 110.43º 0.55% 0.98% -
XYZ 46.94 74.61 27.26 -
YUV 199.58 78.57 81.22 -
System Red Green Blue C M Y K H S L
Decimal 134 250 112 0.46 0 0.55 0.02 110.43 0.93 0.71
Hex 86 FA 70 2E 0 37 2 6E 5D 47
Octal 206 372 160 56 0 67 2 156 135 107
Binary 10000110 11111010 1110000 101110 0 110111 10 1101110 1011101 1000111

Color Harmonies of #86FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FA70

Black with #86FA70

Text Example


Text Example

White with #86FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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