Html Css Color HEX #8BE048 Atlantis

📋 copy color: '#8BE048'

red 139 ◦ green 224 ◦ blue 72

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

Shades of Atlantis #8BE048

Tints of Atlantis #8BE048

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.49%

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

R = 31.95%
G = 51.49%
B = 16.55%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#8BE048 (or 0x8BE048) is known color: Atlantis. HEX triplet: 8B, E0 and 48. RGB value is (139,224,72). Sum of RGB (Red+Green+Blue) = 139+224+72=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #8BE048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE048 is #741FB7. Grayscale: #B5B5B5. Windows color (decimal): -7610296 or 4776075. OLE color: 4776075.

HSL color Cylindrical-coordinate representation of color #8BE048: hue angle of 93.55º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BE048 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 139 224 72 -
CMYK 0.38 0 0.68 0.12
HSL 93.55º 0.71% 0.58% -
HSV(B) 93.55º 0.68% 0.88% -
XYZ 38.47 59.27 15.54 -
YUV 181.26 66.34 97.86 -
System Red Green Blue C M Y K H S L
Decimal 139 224 72 0.38 0 0.68 0.12 93.55 0.71 0.58
Hex 8B E0 48 26 0 44 C 5E 47 3A
Octal 213 340 110 46 0 104 14 136 107 72
Binary 10001011 11100000 1001000 100110 0 1000100 1100 1011110 1000111 111010

Color Harmonies of #8BE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE048

Black with #8BE048

Text Example


Text Example

White with #8BE048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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