Html Css Color HEX #86CE41 Atlantis

📋 copy color: '#86CE41'

red 134 ◦ green 206 ◦ blue 65

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

Shades of Atlantis #86CE41

Tints of Atlantis #86CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.86%

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

R = 33.09%
G = 50.86%
B = 16.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#86CE41 (or 0x86CE41) is known color: Atlantis. HEX triplet: 86, CE and 41. RGB value is (134,206,65). Sum of RGB (Red+Green+Blue) = 134+206+65=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CE41 is #7931BE. Grayscale: #A8A8A8. Windows color (decimal): -7942591 or 4312710. OLE color: 4312710.

HSL color Cylindrical-coordinate representation of color #86CE41: hue angle of 90.64º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86CE41 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 206 65 -
CMYK 0.35 0 0.68 0.19
HSL 90.64º 0.59% 0.53% -
HSV(B) 90.64º 0.68% 0.81% -
XYZ 32.86 49.59 12.84 -
YUV 168.4 69.65 103.46 -
System Red Green Blue C M Y K H S L
Decimal 134 206 65 0.35 0 0.68 0.19 90.64 0.59 0.53
Hex 86 CE 41 23 0 44 13 5B 3B 35
Octal 206 316 101 43 0 104 23 133 73 65
Binary 10000110 11001110 1000001 100011 0 1000100 10011 1011011 111011 110101

Color Harmonies of #86CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE41

Black with #86CE41

Text Example


Text Example

White with #86CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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