Html Css Color HEX #8DDA48 Atlantis

📋 copy color: '#8DDA48'

red 141 ◦ green 218 ◦ blue 72

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

Shades of Atlantis #8DDA48

Tints of Atlantis #8DDA48

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.58%

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

R = 32.71%
G = 50.58%
B = 16.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#8DDA48 (or 0x8DDA48) is known color: Atlantis. HEX triplet: 8D, DA and 48. RGB value is (141,218,72). Sum of RGB (Red+Green+Blue) = 141+218+72=431 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.71% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDA48 is #7225B7. Grayscale: #B2B2B2. Windows color (decimal): -7480760 or 4774541. OLE color: 4774541.

HSL color Cylindrical-coordinate representation of color #8DDA48: hue angle of 91.64º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DDA48 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 218 72 -
CMYK 0.35 0 0.67 0.15
HSL 91.64º 0.66% 0.57% -
HSV(B) 91.64º 0.67% 0.85% -
XYZ 37.23 56.27 15.03 -
YUV 178.33 67.99 101.37 -
System Red Green Blue C M Y K H S L
Decimal 141 218 72 0.35 0 0.67 0.15 91.64 0.66 0.57
Hex 8D DA 48 23 0 43 F 5C 42 39
Octal 215 332 110 43 0 103 17 134 102 71
Binary 10001101 11011010 1001000 100011 0 1000011 1111 1011100 1000010 111001

Color Harmonies of #8DDA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDA48

Black with #8DDA48

Text Example


Text Example

White with #8DDA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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