Html Css Color HEX #8BE950 Atlantis

📋 copy color: '#8BE950'

red 139 ◦ green 233 ◦ blue 80

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

Shades of Atlantis #8BE950

Tints of Atlantis #8BE950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 51.55%

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 30.75%
G = 51.55%
B = 17.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#8BE950 (or 0x8BE950) is known color: Atlantis. HEX triplet: 8B, E9 and 50. RGB value is (139,233,80). Sum of RGB (Red+Green+Blue) = 139+233+80=452 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.75% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #8BE950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BE950 is #7416AF. Grayscale: #BBBBBB. Windows color (decimal): -7607984 or 5302667. OLE color: 5302667.

HSL color Cylindrical-coordinate representation of color #8BE950: hue angle of 96.86º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BE950 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 139 233 80 -
CMYK 0.40 0 0.66 0.09
HSL 96.86º 0.78% 0.61% -
HSV(B) 96.86º 0.66% 0.91% -
XYZ 41.23 64.35 17.84 -
YUV 187.45 67.36 93.44 -
System Red Green Blue C M Y K H S L
Decimal 139 233 80 0.40 0 0.66 0.09 96.86 0.78 0.61
Hex 8B E9 50 28 0 42 9 61 4E 3D
Octal 213 351 120 50 0 102 11 141 116 75
Binary 10001011 11101001 1010000 101000 0 1000010 1001 1100001 1001110 111101

Color Harmonies of #8BE950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BE950

Black with #8BE950

Text Example


Text Example

White with #8BE950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,233,80); }

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

background-color css

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

 a { background-color: rgb(139,233,80); }

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

border-color css

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

 span { border-color: rgb(139,233,80); }

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