Html Css Color HEX #8DE350 Atlantis

📋 copy color: '#8DE350'

red 141 ◦ green 227 ◦ blue 80

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

Shades of Atlantis #8DE350

Tints of Atlantis #8DE350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.67%

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

R = 31.47%
G = 50.67%
B = 17.86%

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

#8DE350 (or 0x8DE350) is known color: Atlantis. HEX triplet: 8D, E3 and 50. RGB value is (141,227,80). Sum of RGB (Red+Green+Blue) = 141+227+80=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 227 (89.06% from 255 or 50.67% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE350 is #721CAF. Grayscale: #B9B9B9. Windows color (decimal): -7478448 or 5301133. OLE color: 5301133.

HSL color Cylindrical-coordinate representation of color #8DE350: hue angle of 95.1º 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 #8DE350 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 227 80 -
CMYK 0.38 0 0.65 0.11
HSL 95.1º 0.72% 0.6% -
HSV(B) 95.1º 0.65% 0.89% -
XYZ 39.9 61.18 17.3 -
YUV 184.53 69.01 96.95 -
System Red Green Blue C M Y K H S L
Decimal 141 227 80 0.38 0 0.65 0.11 95.1 0.72 0.6
Hex 8D E3 50 26 0 41 B 5F 48 3C
Octal 215 343 120 46 0 101 13 137 110 74
Binary 10001101 11100011 1010000 100110 0 1000001 1011 1011111 1001000 111100

Color Harmonies of #8DE350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE350

Black with #8DE350

Text Example


Text Example

White with #8DE350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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