Html Css Color HEX #8BF450 Atlantis

📋 copy color: '#8BF450'

red 139 ◦ green 244 ◦ blue 80

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

Shades of Atlantis #8BF450

Tints of Atlantis #8BF450

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.7%

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

R = 30.02%
G = 52.7%
B = 17.28%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#8BF450 (or 0x8BF450) is known color: Atlantis. HEX triplet: 8B, F4 and 50. RGB value is (139,244,80). Sum of RGB (Red+Green+Blue) = 139+244+80=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #8BF450 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BF450 is #740BAF. Grayscale: #C2C2C2. Windows color (decimal): -7605168 or 5305483. OLE color: 5305483.

HSL color Cylindrical-coordinate representation of color #8BF450: hue angle of 98.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BF450 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 139 244 80 -
CMYK 0.43 0 0.67 0.04
HSL 98.41º 0.88% 0.64% -
HSV(B) 98.41º 0.67% 0.96% -
XYZ 44.45 70.77 18.91 -
YUV 193.91 63.71 88.84 -
System Red Green Blue C M Y K H S L
Decimal 139 244 80 0.43 0 0.67 0.04 98.41 0.88 0.64
Hex 8B F4 50 2B 0 43 4 62 58 40
Octal 213 364 120 53 0 103 4 142 130 100
Binary 10001011 11110100 1010000 101011 0 1000011 100 1100010 1011000 1000000

Color Harmonies of #8BF450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF450

Black with #8BF450

Text Example


Text Example

White with #8BF450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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