Html Css Color HEX #86DF70 Pastel Green

📋 copy color: '#86DF70'

red 134 ◦ green 223 ◦ blue 112

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

Shades of Pastel Green #86DF70

Tints of Pastel Green #86DF70

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.55%

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

R = 28.57%
G = 47.55%
B = 23.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#86DF70 (or 0x86DF70) is known color: Pastel Green. HEX triplet: 86, DF and 70. RGB value is (134,223,112). Sum of RGB (Red+Green+Blue) = 134+223+112=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DF70 is #79208F. Grayscale: #B8B8B8. Windows color (decimal): -7938192 or 7397254. OLE color: 7397254.

HSL color Cylindrical-coordinate representation of color #86DF70: hue angle of 108.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86DF70 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 112 -
CMYK 0.40 0 0.50 0.13
HSL 108.11º 0.63% 0.66% -
HSV(B) 108.11º 0.5% 0.87% -
XYZ 39.14 59.01 24.66 -
YUV 183.74 87.51 92.53 -
System Red Green Blue C M Y K H S L
Decimal 134 223 112 0.40 0 0.50 0.13 108.11 0.63 0.66
Hex 86 DF 70 28 0 32 D 6C 3F 42
Octal 206 337 160 50 0 62 15 154 77 102
Binary 10000110 11011111 1110000 101000 0 110010 1101 1101100 111111 1000010

Color Harmonies of #86DF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF70

Black with #86DF70

Text Example


Text Example

White with #86DF70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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