Html Css Color HEX #8DF150 Atlantis

📋 copy color: '#8DF150'

red 141 ◦ green 241 ◦ blue 80

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

Shades of Atlantis #8DF150

Tints of Atlantis #8DF150

RGB

 RED value IS 141 (55.47% from 255) = 30.52%

 GREEN value IS 241 (94.53% from 255) = 52.16%

 BLUE value IS 80 (31.64% from 255) = 17.32%

R = 30.52%
G = 52.16%
B = 17.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#8DF150 (or 0x8DF150) is known color: Atlantis. HEX triplet: 8D, F1 and 50. RGB value is (141,241,80). Sum of RGB (Red+Green+Blue) = 141+241+80=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF150 is #720EAF. Grayscale: #C1C1C1. Windows color (decimal): -7474864 or 5304717. OLE color: 5304717.

HSL color Cylindrical-coordinate representation of color #8DF150: hue angle of 97.27º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DF150 is Cyan = 0.41, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 241 80 -
CMYK 0.41 0 0.67 0.05
HSL 97.27º 0.85% 0.63% -
HSV(B) 97.27º 0.67% 0.95% -
XYZ 43.89 69.15 18.62 -
YUV 192.75 64.37 91.09 -
System Red Green Blue C M Y K H S L
Decimal 141 241 80 0.41 0 0.67 0.05 97.27 0.85 0.63
Hex 8D F1 50 29 0 43 5 61 55 3F
Octal 215 361 120 51 0 103 5 141 125 77
Binary 10001101 11110001 1010000 101001 0 1000011 101 1100001 1010101 111111

Color Harmonies of #8DF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF150

Black with #8DF150

Text Example


Text Example

White with #8DF150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DF150; }

 p { color: rgb(141,241,80); }

 H1.HeaderClassName
 {
   color: #8DF150;
 }
 .AnyTagClassName
 {
   color: #8DF150;
 }
</style>

background-color css

<style>
 a { background-color: #8DF150; }

 a { background-color: rgb(141,241,80); }

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

border-color css

<style>
 span { border-color: #8DF150; }

 span { border-color: rgb(141,241,80); }

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