Html Css Color HEX #86F079 Pastel Green

📋 copy color: '#86F079'

red 134 ◦ green 240 ◦ blue 121

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

Shades of Pastel Green #86F079

Tints of Pastel Green #86F079

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 121 (47.66% from 255) = 24.44%

R = 27.07%
G = 48.48%
B = 24.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#86F079 (or 0x86F079) is known color: Pastel Green. HEX triplet: 86, F0 and 79. RGB value is (134,240,121). Sum of RGB (Red+Green+Blue) = 134+240+121=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 121 (47.66% from 255 or 24.44% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #86F079 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86F079 is #790F86. Grayscale: #C3C3C3. Windows color (decimal): -7933831 or 7991430. OLE color: 7991430.

HSL color Cylindrical-coordinate representation of color #86F079: hue angle of 113.45º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86F079 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 240 121 -
CMYK 0.44 0 0.50 0.06
HSL 113.45º 0.8% 0.71% -
HSV(B) 113.45º 0.5% 0.94% -
XYZ 44.44 68.77 29.02 -
YUV 194.74 86.38 84.68 -
System Red Green Blue C M Y K H S L
Decimal 134 240 121 0.44 0 0.50 0.06 113.45 0.8 0.71
Hex 86 F0 79 2C 0 32 6 71 50 47
Octal 206 360 171 54 0 62 6 161 120 107
Binary 10000110 11110000 1111001 101100 0 110010 110 1110001 1010000 1000111

Color Harmonies of #86F079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F079

Black with #86F079

Text Example


Text Example

White with #86F079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,240,121); }

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

background-color css

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

 a { background-color: rgb(134,240,121); }

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

border-color css

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

 span { border-color: rgb(134,240,121); }

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