Html Css Color HEX #86DD41 Atlantis

📋 copy color: '#86DD41'

red 134 ◦ green 221 ◦ blue 65

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

Shades of Atlantis #86DD41

Tints of Atlantis #86DD41

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.62%

 BLUE value IS 65 (25.78% from 255) = 15.48%

R = 31.9%
G = 52.62%
B = 15.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#86DD41 (or 0x86DD41) is known color: Atlantis. HEX triplet: 86, DD and 41. RGB value is (134,221,65). Sum of RGB (Red+Green+Blue) = 134+221+65=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DD41 is #7922BE. Grayscale: #B1B1B1. Windows color (decimal): -7938751 or 4316550. OLE color: 4316550.

HSL color Cylindrical-coordinate representation of color #86DD41: hue angle of 93.46º degrees, saturation: 0.7, 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 #86DD41 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 65 -
CMYK 0.39 0 0.71 0.13
HSL 93.46º 0.7% 0.56% -
HSV(B) 93.46º 0.71% 0.87% -
XYZ 36.64 57.16 14.1 -
YUV 177.2 64.68 97.18 -
System Red Green Blue C M Y K H S L
Decimal 134 221 65 0.39 0 0.71 0.13 93.46 0.7 0.56
Hex 86 DD 41 27 0 47 D 5D 46 38
Octal 206 335 101 47 0 107 15 135 106 70
Binary 10000110 11011101 1000001 100111 0 1000111 1101 1011101 1000110 111000

Color Harmonies of #86DD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD41

Black with #86DD41

Text Example


Text Example

White with #86DD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,221,65); }

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

background-color css

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

 a { background-color: rgb(134,221,65); }

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

border-color css

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

 span { border-color: rgb(134,221,65); }

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