Html Css Color HEX #86EF31 Atlantis

📋 copy color: '#86EF31'

red 134 ◦ green 239 ◦ blue 49

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

Shades of Atlantis #86EF31

Tints of Atlantis #86EF31

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.64%

 BLUE value IS 49 (19.53% from 255) = 11.61%

R = 31.75%
G = 56.64%
B = 11.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#86EF31 (or 0x86EF31) is known color: Atlantis. HEX triplet: 86, EF and 31. RGB value is (134,239,49). Sum of RGB (Red+Green+Blue) = 134+239+49=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EF31 is #7910CE. Grayscale: #BABABA. Windows color (decimal): -7934159 or 3272582. OLE color: 3272582.

HSL color Cylindrical-coordinate representation of color #86EF31: hue angle of 93.16º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86EF31 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 134 239 49 -
CMYK 0.44 0 0.79 0.06
HSL 93.16º 0.86% 0.56% -
HSV(B) 93.16º 0.79% 0.94% -
XYZ 41.25 67.02 13.67 -
YUV 185.95 50.71 90.95 -
System Red Green Blue C M Y K H S L
Decimal 134 239 49 0.44 0 0.79 0.06 93.16 0.86 0.56
Hex 86 EF 31 2C 0 4F 6 5D 56 38
Octal 206 357 61 54 0 117 6 135 126 70
Binary 10000110 11101111 110001 101100 0 1001111 110 1011101 1010110 111000

Color Harmonies of #86EF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EF31

Black with #86EF31

Text Example


Text Example

White with #86EF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,239,49); }

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

background-color css

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

 a { background-color: rgb(134,239,49); }

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

border-color css

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

 span { border-color: rgb(134,239,49); }

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