Html Css Color HEX #8DE24F Atlantis

📋 copy color: '#8DE24F'

red 141 ◦ green 226 ◦ blue 79

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

Shades of Atlantis #8DE24F

Tints of Atlantis #8DE24F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.67%

 BLUE value IS 79 (31.25% from 255) = 17.71%

R = 31.61%
G = 50.67%
B = 17.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#8DE24F (or 0x8DE24F) is known color: Atlantis. HEX triplet: 8D, E2 and 4F. RGB value is (141,226,79). Sum of RGB (Red+Green+Blue) = 141+226+79=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #8DE24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE24F is #721DB0. Grayscale: #B8B8B8. Windows color (decimal): -7478705 or 5235341. OLE color: 5235341.

HSL color Cylindrical-coordinate representation of color #8DE24F: hue angle of 94.69º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DE24F is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 226 79 -
CMYK 0.38 0 0.65 0.11
HSL 94.69º 0.72% 0.6% -
HSV(B) 94.69º 0.65% 0.89% -
XYZ 39.59 60.62 17.01 -
YUV 183.83 68.84 97.45 -
System Red Green Blue C M Y K H S L
Decimal 141 226 79 0.38 0 0.65 0.11 94.69 0.72 0.6
Hex 8D E2 4F 26 0 41 B 5F 48 3C
Octal 215 342 117 46 0 101 13 137 110 74
Binary 10001101 11100010 1001111 100110 0 1000001 1011 1011111 1001000 111100

Color Harmonies of #8DE24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE24F

Black with #8DE24F

Text Example


Text Example

White with #8DE24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,226,79); }

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

background-color css

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

 a { background-color: rgb(141,226,79); }

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

border-color css

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

 span { border-color: rgb(141,226,79); }

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