Html Css Color HEX #8BD948 Atlantis

📋 copy color: '#8BD948'

red 139 ◦ green 217 ◦ blue 72

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

Shades of Atlantis #8BD948

Tints of Atlantis #8BD948

RGB

 RED value IS 139 (54.69% from 255) = 32.48%

 GREEN value IS 217 (85.16% from 255) = 50.7%

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

R = 32.48%
G = 50.7%
B = 16.82%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#8BD948 (or 0x8BD948) is known color: Atlantis. HEX triplet: 8B, D9 and 48. RGB value is (139,217,72). Sum of RGB (Red+Green+Blue) = 139+217+72=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #8BD948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD948 is #7426B7. Grayscale: #B1B1B1. Windows color (decimal): -7612088 or 4774283. OLE color: 4774283.

HSL color Cylindrical-coordinate representation of color #8BD948: hue angle of 92.28º 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 #8BD948 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 217 72 -
CMYK 0.36 0 0.67 0.15
HSL 92.28º 0.66% 0.57% -
HSV(B) 92.28º 0.67% 0.85% -
XYZ 36.63 55.58 14.93 -
YUV 177.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 139 217 72 0.36 0 0.67 0.15 92.28 0.66 0.57
Hex 8B D9 48 24 0 43 F 5C 42 39
Octal 213 331 110 44 0 103 17 134 102 71
Binary 10001011 11011001 1001000 100100 0 1000011 1111 1011100 1000010 111001

Color Harmonies of #8BD948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD948

Black with #8BD948

Text Example


Text Example

White with #8BD948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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