Html Css Color HEX #86DE47 Atlantis

📋 copy color: '#86DE47'

red 134 ◦ green 222 ◦ blue 71

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

Shades of Atlantis #86DE47

Tints of Atlantis #86DE47

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.99%

 BLUE value IS 71 (28.13% from 255) = 16.63%

R = 31.38%
G = 51.99%
B = 16.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#86DE47 (or 0x86DE47) is known color: Atlantis. HEX triplet: 86, DE and 47. RGB value is (134,222,71). Sum of RGB (Red+Green+Blue) = 134+222+71=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DE47 is #7921B8. Grayscale: #B2B2B2. Windows color (decimal): -7938489 or 4710022. OLE color: 4710022.

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

Color convert

RGB 134 222 71 -
CMYK 0.40 0 0.68 0.13
HSL 94.97º 0.7% 0.57% -
HSV(B) 94.97º 0.68% 0.87% -
XYZ 37.09 57.77 15.16 -
YUV 178.47 67.35 96.28 -
System Red Green Blue C M Y K H S L
Decimal 134 222 71 0.40 0 0.68 0.13 94.97 0.7 0.57
Hex 86 DE 47 28 0 44 D 5F 46 39
Octal 206 336 107 50 0 104 15 137 106 71
Binary 10000110 11011110 1000111 101000 0 1000100 1101 1011111 1000110 111001

Color Harmonies of #86DE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE47

Black with #86DE47

Text Example


Text Example

White with #86DE47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,222,71); }

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

background-color css

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

 a { background-color: rgb(134,222,71); }

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

border-color css

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

 span { border-color: rgb(134,222,71); }

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