Html Css Color HEX #86DE46 Atlantis

📋 copy color: '#86DE46'

red 134 ◦ green 222 ◦ blue 70

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

Shades of Atlantis #86DE46

Tints of Atlantis #86DE46

RGB

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

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

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

R = 31.46%
G = 52.11%
B = 16.43%

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

#86DE46 (or 0x86DE46) is known color: Atlantis. HEX triplet: 86, DE and 46. RGB value is (134,222,70). Sum of RGB (Red+Green+Blue) = 134+222+70=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DE46 is #7921B9. Grayscale: #B2B2B2. Windows color (decimal): -7938490 or 4644486. OLE color: 4644486.

HSL color Cylindrical-coordinate representation of color #86DE46: hue angle of 94.74º 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 #86DE46 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 222 70 -
CMYK 0.40 0 0.68 0.13
HSL 94.74º 0.7% 0.57% -
HSV(B) 94.74º 0.68% 0.87% -
XYZ 37.06 57.75 14.99 -
YUV 178.36 66.85 96.36 -
System Red Green Blue C M Y K H S L
Decimal 134 222 70 0.40 0 0.68 0.13 94.74 0.7 0.57
Hex 86 DE 46 28 0 44 D 5F 46 39
Octal 206 336 106 50 0 104 15 137 106 71
Binary 10000110 11011110 1000110 101000 0 1000100 1101 1011111 1000110 111001

Color Harmonies of #86DE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE46

Black with #86DE46

Text Example


Text Example

White with #86DE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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