Html Css Color HEX #8BE532 Atlantis

📋 copy color: '#8BE532'

red 139 ◦ green 229 ◦ blue 50

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

Shades of Atlantis #8BE532

Tints of Atlantis #8BE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.78%

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

R = 33.25%
G = 54.78%
B = 11.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#8BE532 (or 0x8BE532) is known color: Atlantis. HEX triplet: 8B, E5 and 32. RGB value is (139,229,50). Sum of RGB (Red+Green+Blue) = 139+229+50=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 229 (89.84% from 255 or 54.78% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 229 - color contains mainly: green. Hex color #8BE532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE532 is #741ACD. Grayscale: #B6B6B6. Windows color (decimal): -7609038 or 3335563. OLE color: 3335563.

HSL color Cylindrical-coordinate representation of color #8BE532: hue angle of 90.17º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8BE532 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 139 229 50 -
CMYK 0.39 0 0.78 0.10
HSL 90.17º 0.77% 0.55% -
HSV(B) 90.17º 0.78% 0.9% -
XYZ 39.24 61.76 12.87 -
YUV 181.68 53.68 97.55 -
System Red Green Blue C M Y K H S L
Decimal 139 229 50 0.39 0 0.78 0.10 90.17 0.77 0.55
Hex 8B E5 32 27 0 4E A 5A 4D 37
Octal 213 345 62 47 0 116 12 132 115 67
Binary 10001011 11100101 110010 100111 0 1001110 1010 1011010 1001101 110111

Color Harmonies of #8BE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE532

Black with #8BE532

Text Example


Text Example

White with #8BE532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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