Html Css Color HEX #8DF140 Atlantis

📋 copy color: '#8DF140'

red 141 ◦ green 241 ◦ blue 64

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

Shades of Atlantis #8DF140

Tints of Atlantis #8DF140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 31.61%
G = 54.04%
B = 14.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#8DF140 (or 0x8DF140) is known color: Atlantis. HEX triplet: 8D, F1 and 40. RGB value is (141,241,64). Sum of RGB (Red+Green+Blue) = 141+241+64=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF140 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF140 is #720EBF. Grayscale: #BFBFBF. Windows color (decimal): -7474880 or 4256141. OLE color: 4256141.

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

Color convert

RGB 141 241 64 -
CMYK 0.41 0 0.73 0.05
HSL 93.9º 0.86% 0.6% -
HSV(B) 93.9º 0.73% 0.95% -
XYZ 43.37 68.94 15.87 -
YUV 190.92 56.37 92.39 -
System Red Green Blue C M Y K H S L
Decimal 141 241 64 0.41 0 0.73 0.05 93.9 0.86 0.6
Hex 8D F1 40 29 0 49 5 5E 56 3C
Octal 215 361 100 51 0 111 5 136 126 74
Binary 10001101 11110001 1000000 101001 0 1001001 101 1011110 1010110 111100

Color Harmonies of #8DF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF140

Black with #8DF140

Text Example


Text Example

White with #8DF140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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