Html Css Color HEX #8BDC48 Atlantis

📋 copy color: '#8BDC48'

red 139 ◦ green 220 ◦ blue 72

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

Shades of Atlantis #8BDC48

Tints of Atlantis #8BDC48

RGB

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

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

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

R = 32.25%
G = 51.04%
B = 16.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#8BDC48 (or 0x8BDC48) is known color: Atlantis. HEX triplet: 8B, DC and 48. RGB value is (139,220,72). Sum of RGB (Red+Green+Blue) = 139+220+72=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDC48 is #7423B7. Grayscale: #B3B3B3. Windows color (decimal): -7611320 or 4775051. OLE color: 4775051.

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

Color convert

RGB 139 220 72 -
CMYK 0.37 0 0.67 0.14
HSL 92.84º 0.68% 0.57% -
HSV(B) 92.84º 0.67% 0.86% -
XYZ 37.41 57.14 15.19 -
YUV 178.91 67.66 99.53 -
System Red Green Blue C M Y K H S L
Decimal 139 220 72 0.37 0 0.67 0.14 92.84 0.68 0.57
Hex 8B DC 48 25 0 43 E 5D 44 39
Octal 213 334 110 45 0 103 16 135 104 71
Binary 10001011 11011100 1001000 100101 0 1000011 1110 1011101 1000100 111001

Color Harmonies of #8BDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDC48

Black with #8BDC48

Text Example


Text Example

White with #8BDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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