Html Css Color HEX #86F031 Atlantis

📋 copy color: '#86F031'

red 134 ◦ green 240 ◦ blue 49

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

Shades of Atlantis #86F031

Tints of Atlantis #86F031

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.74%

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

R = 31.68%
G = 56.74%
B = 11.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#86F031 (or 0x86F031) is known color: Atlantis. HEX triplet: 86, F0 and 31. RGB value is (134,240,49). Sum of RGB (Red+Green+Blue) = 134+240+49=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 49 (19.53% from 255 or 11.58% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #86F031 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86F031 is #790FCE. Grayscale: #BBBBBB. Windows color (decimal): -7933903 or 3272838. OLE color: 3272838.

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

Color convert

RGB 134 240 49 -
CMYK 0.44 0 0.80 0.06
HSL 93.3º 0.86% 0.57% -
HSV(B) 93.3º 0.8% 0.94% -
XYZ 41.55 67.61 13.77 -
YUV 186.53 50.38 90.53 -
System Red Green Blue C M Y K H S L
Decimal 134 240 49 0.44 0 0.80 0.06 93.3 0.86 0.57
Hex 86 F0 31 2C 0 50 6 5D 56 39
Octal 206 360 61 54 0 120 6 135 126 71
Binary 10000110 11110000 110001 101100 0 1010000 110 1011101 1010110 111001

Color Harmonies of #86F031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86F031

Black with #86F031

Text Example


Text Example

White with #86F031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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