Html Css Color HEX #8DF251 Atlantis

📋 copy color: '#8DF251'

red 141 ◦ green 242 ◦ blue 81

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

Shades of Atlantis #8DF251

Tints of Atlantis #8DF251

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.16%

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

R = 30.39%
G = 52.16%
B = 17.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#8DF251 (or 0x8DF251) is known color: Atlantis. HEX triplet: 8D, F2 and 51. RGB value is (141,242,81). Sum of RGB (Red+Green+Blue) = 141+242+81=464 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.39% from 464); Green value is 242 (94.92% from 255 or 52.16% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF251 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DF251 is #720DAE. Grayscale: #C1C1C1. Windows color (decimal): -7474607 or 5370509. OLE color: 5370509.

HSL color Cylindrical-coordinate representation of color #8DF251: hue angle of 97.64º degrees, saturation: 0.86, 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 #8DF251 is Cyan = 0.42, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 242 81 -
CMYK 0.42 0 0.67 0.05
HSL 97.64º 0.86% 0.63% -
HSV(B) 97.64º 0.67% 0.95% -
XYZ 44.22 69.76 18.92 -
YUV 193.45 64.54 90.59 -
System Red Green Blue C M Y K H S L
Decimal 141 242 81 0.42 0 0.67 0.05 97.64 0.86 0.63
Hex 8D F2 51 2A 0 43 5 62 56 3F
Octal 215 362 121 52 0 103 5 142 126 77
Binary 10001101 11110010 1010001 101010 0 1000011 101 1100010 1010110 111111

Color Harmonies of #8DF251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF251

Black with #8DF251

Text Example


Text Example

White with #8DF251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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