Html Css Color HEX #8BE134 Atlantis

📋 copy color: '#8BE134'

red 139 ◦ green 225 ◦ blue 52

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

Shades of Atlantis #8BE134

Tints of Atlantis #8BE134

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.09%

 BLUE value IS 52 (20.7% from 255) = 12.5%

R = 33.41%
G = 54.09%
B = 12.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#8BE134 (or 0x8BE134) is known color: Atlantis. HEX triplet: 8B, E1 and 34. RGB value is (139,225,52). Sum of RGB (Red+Green+Blue) = 139+225+52=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 225 (88.28% from 255 or 54.09% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 225 - color contains mainly: green. Hex color #8BE134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE134 is #741ECB. Grayscale: #B4B4B4. Windows color (decimal): -7610060 or 3465611. OLE color: 3465611.

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

Color convert

RGB 139 225 52 -
CMYK 0.38 0 0.77 0.12
HSL 89.83º 0.74% 0.54% -
HSV(B) 89.83º 0.77% 0.88% -
XYZ 38.19 59.59 12.74 -
YUV 179.56 56.01 99.07 -
System Red Green Blue C M Y K H S L
Decimal 139 225 52 0.38 0 0.77 0.12 89.83 0.74 0.54
Hex 8B E1 34 26 0 4D C 5A 4A 36
Octal 213 341 64 46 0 115 14 132 112 66
Binary 10001011 11100001 110100 100110 0 1001101 1100 1011010 1001010 110110

Color Harmonies of #8BE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE134

Black with #8BE134

Text Example


Text Example

White with #8BE134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,225,52); }

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

background-color css

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

 a { background-color: rgb(139,225,52); }

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

border-color css

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

 span { border-color: rgb(139,225,52); }

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