Html Css Color HEX #86E534 Atlantis

📋 copy color: '#86E534'

red 134 ◦ green 229 ◦ blue 52

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

Shades of Atlantis #86E534

Tints of Atlantis #86E534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 55.18%

 BLUE value IS 52 (20.7% from 255) = 12.53%

R = 32.29%
G = 55.18%
B = 12.53%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#86E534 (or 0x86E534) is known color: Atlantis. HEX triplet: 86, E5 and 34. RGB value is (134,229,52). Sum of RGB (Red+Green+Blue) = 134+229+52=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 229 (89.84% from 255 or 55.18% from 415); Blue value is 52 (20.70% from 255 or 12.53% from 415); Max value from RGB is 229 - color contains mainly: green. Hex color #86E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E534 is #791ACB. Grayscale: #B5B5B5. Windows color (decimal): -7936716 or 3466630. OLE color: 3466630.

HSL color Cylindrical-coordinate representation of color #86E534: hue angle of 92.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86E534 is Cyan = 0.41, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB 134 229 52 -
CMYK 0.41 0 0.77 0.10
HSL 92.2º 0.77% 0.55% -
HSV(B) 92.2º 0.77% 0.9% -
XYZ 38.47 61.35 13.06 -
YUV 180.42 55.53 94.89 -
System Red Green Blue C M Y K H S L
Decimal 134 229 52 0.41 0 0.77 0.10 92.2 0.77 0.55
Hex 86 E5 34 29 0 4D A 5C 4D 37
Octal 206 345 64 51 0 115 12 134 115 67
Binary 10000110 11100101 110100 101001 0 1001101 1010 1011100 1001101 110111

Color Harmonies of #86E534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E534

Black with #86E534

Text Example


Text Example

White with #86E534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,229,52); }

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

background-color css

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

 a { background-color: rgb(134,229,52); }

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

border-color css

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

 span { border-color: rgb(134,229,52); }

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