Html Css Color HEX #8DF151 Atlantis

📋 copy color: '#8DF151'

red 141 ◦ green 241 ◦ blue 81

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

Shades of Atlantis #8DF151

Tints of Atlantis #8DF151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.49%

R = 30.45%
G = 52.05%
B = 17.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#8DF151 (or 0x8DF151) is known color: Atlantis. HEX triplet: 8D, F1 and 51. RGB value is (141,241,81). Sum of RGB (Red+Green+Blue) = 141+241+81=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 81 (32.03% from 255 or 17.49% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF151 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF151 is #720EAE. Grayscale: #C1C1C1. Windows color (decimal): -7474863 or 5370253. OLE color: 5370253.

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

Color convert

RGB 141 241 81 -
CMYK 0.41 0 0.66 0.05
HSL 97.5º 0.85% 0.63% -
HSV(B) 97.5º 0.66% 0.95% -
XYZ 43.93 69.17 18.82 -
YUV 192.86 64.87 91.01 -
System Red Green Blue C M Y K H S L
Decimal 141 241 81 0.41 0 0.66 0.05 97.5 0.85 0.63
Hex 8D F1 51 29 0 42 5 62 55 3F
Octal 215 361 121 51 0 102 5 142 125 77
Binary 10001101 11110001 1010001 101001 0 1000010 101 1100010 1010101 111111

Color Harmonies of #8DF151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF151

Black with #8DF151

Text Example


Text Example

White with #8DF151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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