Html Css Color HEX #86DF75 Pastel Green

📋 copy color: '#86DF75'

red 134 ◦ green 223 ◦ blue 117

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

Shades of Pastel Green #86DF75

Tints of Pastel Green #86DF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.68%

R = 28.27%
G = 47.05%
B = 24.68%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#86DF75 (or 0x86DF75) is known color: Pastel Green. HEX triplet: 86, DF and 75. RGB value is (134,223,117). Sum of RGB (Red+Green+Blue) = 134+223+117=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DF75 is #79208A. Grayscale: #B8B8B8. Windows color (decimal): -7938187 or 7724934. OLE color: 7724934.

HSL color Cylindrical-coordinate representation of color #86DF75: hue angle of 110.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86DF75 is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 117 -
CMYK 0.40 0 0.48 0.13
HSL 110.38º 0.62% 0.67% -
HSV(B) 110.38º 0.48% 0.87% -
XYZ 39.43 59.13 26.16 -
YUV 184.31 90.01 92.12 -
System Red Green Blue C M Y K H S L
Decimal 134 223 117 0.40 0 0.48 0.13 110.38 0.62 0.67
Hex 86 DF 75 28 0 30 D 6E 3E 43
Octal 206 337 165 50 0 60 15 156 76 103
Binary 10000110 11011111 1110101 101000 0 110000 1101 1101110 111110 1000011

Color Harmonies of #86DF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF75

Black with #86DF75

Text Example


Text Example

White with #86DF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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