Html Css Color HEX #8DCE48 Atlantis

📋 copy color: '#8DCE48'

red 141 ◦ green 206 ◦ blue 72

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

Shades of Atlantis #8DCE48

Tints of Atlantis #8DCE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.16%

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 33.65%
G = 49.16%
B = 17.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#8DCE48 (or 0x8DCE48) is known color: Atlantis. HEX triplet: 8D, CE and 48. RGB value is (141,206,72). Sum of RGB (Red+Green+Blue) = 141+206+72=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 206 (80.86% from 255 or 49.16% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCE48 is #7231B7. Grayscale: #ABABAB. Windows color (decimal): -7483832 or 4771469. OLE color: 4771469.

HSL color Cylindrical-coordinate representation of color #8DCE48: hue angle of 89.1º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8DCE48 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 206 72 -
CMYK 0.32 0 0.65 0.19
HSL 89.1º 0.58% 0.55% -
HSV(B) 89.1º 0.65% 0.81% -
XYZ 34.23 50.27 14.03 -
YUV 171.29 71.97 106.4 -
System Red Green Blue C M Y K H S L
Decimal 141 206 72 0.32 0 0.65 0.19 89.1 0.58 0.55
Hex 8D CE 48 20 0 41 13 59 3A 37
Octal 215 316 110 40 0 101 23 131 72 67
Binary 10001101 11001110 1001000 100000 0 1000001 10011 1011001 111010 110111

Color Harmonies of #8DCE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCE48

Black with #8DCE48

Text Example


Text Example

White with #8DCE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,206,72); }

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

background-color css

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

 a { background-color: rgb(141,206,72); }

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

border-color css

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

 span { border-color: rgb(141,206,72); }

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