Html Css Color HEX #86DF46 Atlantis

📋 copy color: '#86DF46'

red 134 ◦ green 223 ◦ blue 70

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

Shades of Atlantis #86DF46

Tints of Atlantis #86DF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.39%

R = 31.38%
G = 52.22%
B = 16.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#86DF46 (or 0x86DF46) is known color: Atlantis. HEX triplet: 86, DF and 46. RGB value is (134,223,70). Sum of RGB (Red+Green+Blue) = 134+223+70=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF46 is #7920B9. Grayscale: #B3B3B3. Windows color (decimal): -7938234 or 4644742. OLE color: 4644742.

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

Color convert

RGB 134 223 70 -
CMYK 0.40 0 0.69 0.13
HSL 94.9º 0.71% 0.57% -
HSV(B) 94.9º 0.69% 0.87% -
XYZ 37.32 58.29 15.08 -
YUV 178.95 66.51 95.94 -
System Red Green Blue C M Y K H S L
Decimal 134 223 70 0.40 0 0.69 0.13 94.9 0.71 0.57
Hex 86 DF 46 28 0 45 D 5F 47 39
Octal 206 337 106 50 0 105 15 137 107 71
Binary 10000110 11011111 1000110 101000 0 1000101 1101 1011111 1000111 111001

Color Harmonies of #86DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DF46

Black with #86DF46

Text Example


Text Example

White with #86DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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