Html Css Color HEX #86DF40 Atlantis

📋 copy color: '#86DF40'

red 134 ◦ green 223 ◦ blue 64

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

Shades of Atlantis #86DF40

Tints of Atlantis #86DF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.2%

R = 31.83%
G = 52.97%
B = 15.2%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#86DF40 (or 0x86DF40) is known color: Atlantis. HEX triplet: 86, DF and 40. RGB value is (134,223,64). Sum of RGB (Red+Green+Blue) = 134+223+64=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF40 is #7920BF. Grayscale: #B2B2B2. Windows color (decimal): -7938240 or 4251526. OLE color: 4251526.

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

Color convert

RGB 134 223 64 -
CMYK 0.40 0 0.71 0.13
HSL 93.58º 0.71% 0.56% -
HSV(B) 93.58º 0.71% 0.87% -
XYZ 37.14 58.21 14.13 -
YUV 178.26 63.51 96.43 -
System Red Green Blue C M Y K H S L
Decimal 134 223 64 0.40 0 0.71 0.13 93.58 0.71 0.56
Hex 86 DF 40 28 0 47 D 5E 47 38
Octal 206 337 100 50 0 107 15 136 107 70
Binary 10000110 11011111 1000000 101000 0 1000111 1101 1011110 1000111 111000

Color Harmonies of #86DF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF40

Black with #86DF40

Text Example


Text Example

White with #86DF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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