Html Css Color HEX #8BEE41 Atlantis

📋 copy color: '#8BEE41'

red 139 ◦ green 238 ◦ blue 65

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

Shades of Atlantis #8BEE41

Tints of Atlantis #8BEE41

RGB

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

 GREEN value IS 238 (93.36% from 255) = 53.85%

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

R = 31.45%
G = 53.85%
B = 14.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#8BEE41 (or 0x8BEE41) is known color: Atlantis. HEX triplet: 8B, EE and 41. RGB value is (139,238,65). Sum of RGB (Red+Green+Blue) = 139+238+65=442 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.45% from 442); Green value is 238 (93.36% from 255 or 53.85% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEE41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEE41 is #7411BE. Grayscale: #BDBDBD. Windows color (decimal): -7606719 or 4320907. OLE color: 4320907.

HSL color Cylindrical-coordinate representation of color #8BEE41: hue angle of 94.34º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BEE41 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 238 65 -
CMYK 0.42 0 0.73 0.07
HSL 94.34º 0.84% 0.59% -
HSV(B) 94.34º 0.73% 0.93% -
XYZ 42.18 67.02 15.71 -
YUV 188.68 58.2 92.57 -
System Red Green Blue C M Y K H S L
Decimal 139 238 65 0.42 0 0.73 0.07 94.34 0.84 0.59
Hex 8B EE 41 2A 0 49 7 5E 54 3B
Octal 213 356 101 52 0 111 7 136 124 73
Binary 10001011 11101110 1000001 101010 0 1001001 111 1011110 1010100 111011

Color Harmonies of #8BEE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BEE41

Black with #8BEE41

Text Example


Text Example

White with #8BEE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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