#8BD248

Color #8BD248 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8BD248

Tints of Atlantis #8BD248

Color information

#8BD248 (or 0x8BD248) is unknown color: approx Atlantis. HEX triplet: 8B, D2 and 48. RGB value is (139,210,72). Sum of RGB (Red+Green+Blue) = 139+210+72=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #8BD248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD248 is #742DB7. Grayscale: #ADADAD. Windows color (decimal): -7613880 or 4772491. OLE color: 4772491.

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

Color convert

RGB13921072-
CMYK0.3400.660.18
HSL90.87º60.53%55.29%-
HSV(B)90.87º65.71%82.35%-
XYZ34.8652.0514.34-
YUV173.0470.98103.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 210 (82.42% from 255) = 49.88%
BLUE value IS 72 (28.52% from 255) = 17.10%
R=33.02%
G=49.88%
B=17.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal139210720.3400.660.1890.8760.5355.29
Hex8BD24822042125b3d37
Octal213322110420102221337567
Binary1000101111010010100100010001001000010100101011011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,210,72); }

 H1.HeaderClassName
 {
   color: #8BD248;
 }
 .AnyTagClassName
 {
   color: #8BD248;
 }
</style>
background-color css

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

 a { background-color: rgb(139,210,72); }

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

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

 span { border-color: rgb(139,210,72); }

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