Html Css Color HEX #86D736 Atlantis

📋 copy color: '#86D736'

red 134 ◦ green 215 ◦ blue 54

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

Shades of Atlantis #86D736

Tints of Atlantis #86D736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.35%

 BLUE value IS 54 (21.48% from 255) = 13.4%

R = 33.25%
G = 53.35%
B = 13.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#86D736 (or 0x86D736) is known color: Atlantis. HEX triplet: 86, D7 and 36. RGB value is (134,215,54). Sum of RGB (Red+Green+Blue) = 134+215+54=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #86D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D736 is #7928C9. Grayscale: #ACACAC. Windows color (decimal): -7940298 or 3594118. OLE color: 3594118.

HSL color Cylindrical-coordinate representation of color #86D736: hue angle of 90.19º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86D736 is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 54 -
CMYK 0.38 0 0.75 0.16
HSL 90.19º 0.67% 0.53% -
HSV(B) 90.19º 0.75% 0.84% -
XYZ 34.8 53.94 12.07 -
YUV 172.43 61.16 100.59 -
System Red Green Blue C M Y K H S L
Decimal 134 215 54 0.38 0 0.75 0.16 90.19 0.67 0.53
Hex 86 D7 36 26 0 4B 10 5A 43 35
Octal 206 327 66 46 0 113 20 132 103 65
Binary 10000110 11010111 110110 100110 0 1001011 10000 1011010 1000011 110101

Color Harmonies of #86D736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D736

Black with #86D736

Text Example


Text Example

White with #86D736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,215,54); }

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

background-color css

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

 a { background-color: rgb(134,215,54); }

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

border-color css

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

 span { border-color: rgb(134,215,54); }

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