Html Css Color HEX #8BE332 Atlantis

📋 copy color: '#8BE332'

red 139 ◦ green 227 ◦ blue 50

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

Shades of Atlantis #8BE332

Tints of Atlantis #8BE332

RGB

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

 GREEN value IS 227 (89.06% from 255) = 54.57%

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

R = 33.41%
G = 54.57%
B = 12.02%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#8BE332 (or 0x8BE332) is known color: Atlantis. HEX triplet: 8B, E3 and 32. RGB value is (139,227,50). Sum of RGB (Red+Green+Blue) = 139+227+50=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #8BE332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE332 is #741CCD. Grayscale: #B5B5B5. Windows color (decimal): -7609550 or 3335051. OLE color: 3335051.

HSL color Cylindrical-coordinate representation of color #8BE332: hue angle of 89.83º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BE332 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 139 227 50 -
CMYK 0.39 0 0.78 0.11
HSL 89.83º 0.76% 0.54% -
HSV(B) 89.83º 0.78% 0.89% -
XYZ 38.69 60.66 12.69 -
YUV 180.51 54.35 98.39 -
System Red Green Blue C M Y K H S L
Decimal 139 227 50 0.39 0 0.78 0.11 89.83 0.76 0.54
Hex 8B E3 32 27 0 4E B 5A 4C 36
Octal 213 343 62 47 0 116 13 132 114 66
Binary 10001011 11100011 110010 100111 0 1001110 1011 1011010 1001100 110110

Color Harmonies of #8BE332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE332

Black with #8BE332

Text Example


Text Example

White with #8BE332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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