Html Css Color HEX #86DF93 Light Green

📋 copy color: '#86DF93'

red 134 ◦ green 223 ◦ blue 147

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

Shades of Light Green #86DF93

Tints of Light Green #86DF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.17%

R = 26.59%
G = 44.25%
B = 29.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#86DF93 (or 0x86DF93) is known color: Light Green. HEX triplet: 86, DF and 93. RGB value is (134,223,147). Sum of RGB (Red+Green+Blue) = 134+223+147=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF93 is #79206C. Grayscale: #BBBBBB. Windows color (decimal): -7938157 or 9691014. OLE color: 9691014.

HSL color Cylindrical-coordinate representation of color #86DF93: hue angle of 128.76º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DF93 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 223 147 -
CMYK 0.40 0 0.34 0.13
HSL 128.76º 0.58% 0.7% -
HSV(B) 128.76º 0.4% 0.87% -
XYZ 41.49 59.95 36.99 -
YUV 187.73 105.01 89.68 -
System Red Green Blue C M Y K H S L
Decimal 134 223 147 0.40 0 0.34 0.13 128.76 0.58 0.7
Hex 86 DF 93 28 0 22 D 81 3A 46
Octal 206 337 223 50 0 42 15 201 72 106
Binary 10000110 11011111 10010011 101000 0 100010 1101 10000001 111010 1000110

Color Harmonies of #86DF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF93

Black with #86DF93

Text Example


Text Example

White with #86DF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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