Html Css Color HEX #8BEB32 Atlantis

📋 copy color: '#8BEB32'

red 139 ◦ green 235 ◦ blue 50

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

Shades of Atlantis #8BEB32

Tints of Atlantis #8BEB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.42%

 BLUE value IS 50 (19.92% from 255) = 11.79%

R = 32.78%
G = 55.42%
B = 11.79%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#8BEB32 (or 0x8BEB32) is known color: Atlantis. HEX triplet: 8B, EB and 32. RGB value is (139,235,50). Sum of RGB (Red+Green+Blue) = 139+235+50=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEB32 is #7414CD. Grayscale: #B9B9B9. Windows color (decimal): -7607502 or 3337099. OLE color: 3337099.

HSL color Cylindrical-coordinate representation of color #8BEB32: hue angle of 91.14º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8BEB32 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 139 235 50 -
CMYK 0.41 0 0.79 0.08
HSL 91.14º 0.82% 0.56% -
HSV(B) 91.14º 0.79% 0.92% -
XYZ 40.93 65.14 13.43 -
YUV 185.21 51.7 95.04 -
System Red Green Blue C M Y K H S L
Decimal 139 235 50 0.41 0 0.79 0.08 91.14 0.82 0.56
Hex 8B EB 32 29 0 4F 8 5B 52 38
Octal 213 353 62 51 0 117 10 133 122 70
Binary 10001011 11101011 110010 101001 0 1001111 1000 1011011 1010010 111000

Color Harmonies of #8BEB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEB32

Black with #8BEB32

Text Example


Text Example

White with #8BEB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,235,50); }

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

background-color css

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

 a { background-color: rgb(139,235,50); }

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

border-color css

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

 span { border-color: rgb(139,235,50); }

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