Html Css Color HEX #86CD42 Atlantis

📋 copy color: '#86CD42'

red 134 ◦ green 205 ◦ blue 66

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

Shades of Atlantis #86CD42

Tints of Atlantis #86CD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.62%

 BLUE value IS 66 (26.17% from 255) = 16.3%

R = 33.09%
G = 50.62%
B = 16.3%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#86CD42 (or 0x86CD42) is known color: Atlantis. HEX triplet: 86, CD and 42. RGB value is (134,205,66). Sum of RGB (Red+Green+Blue) = 134+205+66=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CD42 is #7932BD. Grayscale: #A8A8A8. Windows color (decimal): -7942846 or 4377990. OLE color: 4377990.

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

Color convert

RGB 134 205 66 -
CMYK 0.35 0 0.68 0.20
HSL 90.65º 0.58% 0.53% -
HSV(B) 90.65º 0.68% 0.8% -
XYZ 32.65 49.12 12.92 -
YUV 167.93 70.48 103.8 -
System Red Green Blue C M Y K H S L
Decimal 134 205 66 0.35 0 0.68 0.20 90.65 0.58 0.53
Hex 86 CD 42 23 0 44 14 5B 3A 35
Octal 206 315 102 43 0 104 24 133 72 65
Binary 10000110 11001101 1000010 100011 0 1000100 10100 1011011 111010 110101

Color Harmonies of #86CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CD42

Black with #86CD42

Text Example


Text Example

White with #86CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,205,66); }

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

background-color css

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

 a { background-color: rgb(134,205,66); }

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

border-color css

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

 span { border-color: rgb(134,205,66); }

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