Html Css Color HEX #8DDC48 Atlantis

📋 copy color: '#8DDC48'

red 141 ◦ green 220 ◦ blue 72

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

Shades of Atlantis #8DDC48

Tints of Atlantis #8DDC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.81%

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

R = 32.56%
G = 50.81%
B = 16.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#8DDC48 (or 0x8DDC48) is known color: Atlantis. HEX triplet: 8D, DC and 48. RGB value is (141,220,72). Sum of RGB (Red+Green+Blue) = 141+220+72=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDC48 is #7223B7. Grayscale: #B4B4B4. Windows color (decimal): -7480248 or 4775053. OLE color: 4775053.

HSL color Cylindrical-coordinate representation of color #8DDC48: hue angle of 92.03º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DDC48 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 72 -
CMYK 0.36 0 0.67 0.14
HSL 92.03º 0.68% 0.57% -
HSV(B) 92.03º 0.67% 0.86% -
XYZ 37.75 57.32 15.2 -
YUV 179.51 67.33 100.53 -
System Red Green Blue C M Y K H S L
Decimal 141 220 72 0.36 0 0.67 0.14 92.03 0.68 0.57
Hex 8D DC 48 24 0 43 E 5C 44 39
Octal 215 334 110 44 0 103 16 134 104 71
Binary 10001101 11011100 1001000 100100 0 1000011 1110 1011100 1000100 111001

Color Harmonies of #8DDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC48

Black with #8DDC48

Text Example


Text Example

White with #8DDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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