Html Css Color HEX #8BF141 Atlantis

📋 copy color: '#8BF141'

red 139 ◦ green 241 ◦ blue 65

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

Shades of Atlantis #8BF141

Tints of Atlantis #8BF141

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.16%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 31.24%
G = 54.16%
B = 14.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#8BF141 (or 0x8BF141) is known color: Atlantis. HEX triplet: 8B, F1 and 41. RGB value is (139,241,65). Sum of RGB (Red+Green+Blue) = 139+241+65=445 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.24% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #8BF141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BF141 is #740EBE. Grayscale: #BFBFBF. Windows color (decimal): -7605951 or 4321675. OLE color: 4321675.

HSL color Cylindrical-coordinate representation of color #8BF141: hue angle of 94.77º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BF141 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 139 241 65 -
CMYK 0.42 0 0.73 0.05
HSL 94.77º 0.86% 0.6% -
HSV(B) 94.77º 0.73% 0.95% -
XYZ 43.06 68.78 16.01 -
YUV 190.44 57.21 91.31 -
System Red Green Blue C M Y K H S L
Decimal 139 241 65 0.42 0 0.73 0.05 94.77 0.86 0.6
Hex 8B F1 41 2A 0 49 5 5F 56 3C
Octal 213 361 101 52 0 111 5 137 126 74
Binary 10001011 11110001 1000001 101010 0 1001001 101 1011111 1010110 111100

Color Harmonies of #8BF141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BF141

Black with #8BF141

Text Example


Text Example

White with #8BF141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,241,65); }

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

background-color css

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

 a { background-color: rgb(139,241,65); }

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

border-color css

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

 span { border-color: rgb(139,241,65); }

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