Html Css Color HEX #8DD048 Atlantis

📋 copy color: '#8DD048'

red 141 ◦ green 208 ◦ blue 72

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

Shades of Atlantis #8DD048

Tints of Atlantis #8DD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.41%

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

R = 33.49%
G = 49.41%
B = 17.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#8DD048 (or 0x8DD048) is known color: Atlantis. HEX triplet: 8D, D0 and 48. RGB value is (141,208,72). Sum of RGB (Red+Green+Blue) = 141+208+72=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD048 is #722FB7. Grayscale: #ACACAC. Windows color (decimal): -7483320 or 4771981. OLE color: 4771981.

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

Color convert

RGB 141 208 72 -
CMYK 0.32 0 0.65 0.18
HSL 89.56º 0.59% 0.55% -
HSV(B) 89.56º 0.65% 0.82% -
XYZ 34.71 51.24 14.19 -
YUV 172.46 71.3 105.56 -
System Red Green Blue C M Y K H S L
Decimal 141 208 72 0.32 0 0.65 0.18 89.56 0.59 0.55
Hex 8D D0 48 20 0 41 12 5A 3B 37
Octal 215 320 110 40 0 101 22 132 73 67
Binary 10001101 11010000 1001000 100000 0 1000001 10010 1011010 111011 110111

Color Harmonies of #8DD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD048

Black with #8DD048

Text Example


Text Example

White with #8DD048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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