Html Css Color HEX #86EF3C Atlantis

📋 copy color: '#86EF3C'

red 134 ◦ green 239 ◦ blue 60

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

Shades of Atlantis #86EF3C

Tints of Atlantis #86EF3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.86%

R = 30.95%
G = 55.2%
B = 13.86%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#86EF3C (or 0x86EF3C) is known color: Atlantis. HEX triplet: 86, EF and 3C. RGB value is (134,239,60). Sum of RGB (Red+Green+Blue) = 134+239+60=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 239 (93.75% from 255 or 55.20% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EF3C is #7910C3. Grayscale: #BBBBBB. Windows color (decimal): -7934148 or 3993478. OLE color: 3993478.

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

Color convert

RGB 134 239 60 -
CMYK 0.44 0 0.75 0.06
HSL 95.2º 0.85% 0.59% -
HSV(B) 95.2º 0.75% 0.94% -
XYZ 41.51 67.13 15.04 -
YUV 187.2 56.21 90.05 -
System Red Green Blue C M Y K H S L
Decimal 134 239 60 0.44 0 0.75 0.06 95.2 0.85 0.59
Hex 86 EF 3C 2C 0 4B 6 5F 55 3B
Octal 206 357 74 54 0 113 6 137 125 73
Binary 10000110 11101111 111100 101100 0 1001011 110 1011111 1010101 111011

Color Harmonies of #86EF3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EF3C

Black with #86EF3C

Text Example


Text Example

White with #86EF3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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