Html Css Color HEX #8BD248 Atlantis

📋 copy color: '#8BD248'

red 139 ◦ green 210 ◦ blue 72

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

Shades of Atlantis #8BD248

Tints of Atlantis #8BD248

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.1%

R = 33.02%
G = 49.88%
B = 17.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#8BD248 (or 0x8BD248) is known color: 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

RGB 139 210 72 -
CMYK 0.34 0 0.66 0.18
HSL 90.87º 0.61% 0.55% -
HSV(B) 90.87º 0.66% 0.82% -
XYZ 34.86 52.05 14.34 -
YUV 173.04 70.98 103.72 -
System Red Green Blue C M Y K H S L
Decimal 139 210 72 0.34 0 0.66 0.18 90.87 0.61 0.55
Hex 8B D2 48 22 0 42 12 5B 3D 37
Octal 213 322 110 42 0 102 22 133 75 67
Binary 10001011 11010010 1001000 100010 0 1000010 10010 1011011 111101 110111

Color Harmonies of #8BD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD248

Black with #8BD248

Text Example


Text Example

White with #8BD248

Text Example


Text Example

HTML Codes & Css Web 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>