Html Css Color HEX #8BE434 Atlantis

📋 copy color: '#8BE434'

red 139 ◦ green 228 ◦ blue 52

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

Shades of Atlantis #8BE434

Tints of Atlantis #8BE434

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.42%

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

R = 33.17%
G = 54.42%
B = 12.41%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#8BE434 (or 0x8BE434) is known color: Atlantis. HEX triplet: 8B, E4 and 34. RGB value is (139,228,52). Sum of RGB (Red+Green+Blue) = 139+228+52=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 228 (89.45% from 255 or 54.42% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 228 - color contains mainly: green. Hex color #8BE434 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BE434 is #741BCB. Grayscale: #B5B5B5. Windows color (decimal): -7609292 or 3466379. OLE color: 3466379.

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

Color convert

RGB 139 228 52 -
CMYK 0.39 0 0.77 0.11
HSL 90.34º 0.77% 0.55% -
HSV(B) 90.34º 0.77% 0.89% -
XYZ 39.01 61.22 13.01 -
YUV 181.33 55.01 97.81 -
System Red Green Blue C M Y K H S L
Decimal 139 228 52 0.39 0 0.77 0.11 90.34 0.77 0.55
Hex 8B E4 34 27 0 4D B 5A 4D 37
Octal 213 344 64 47 0 115 13 132 115 67
Binary 10001011 11100100 110100 100111 0 1001101 1011 1011010 1001101 110111

Color Harmonies of #8BE434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE434

Black with #8BE434

Text Example


Text Example

White with #8BE434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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