Html Css Color HEX #8BED47 Atlantis

📋 copy color: '#8BED47'

red 139 ◦ green 237 ◦ blue 71

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

Shades of Atlantis #8BED47

Tints of Atlantis #8BED47

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.02%

 BLUE value IS 71 (28.13% from 255) = 15.88%

R = 31.1%
G = 53.02%
B = 15.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#8BED47 (or 0x8BED47) is known color: Atlantis. HEX triplet: 8B, ED and 47. RGB value is (139,237,71). Sum of RGB (Red+Green+Blue) = 139+237+71=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 237 (92.97% from 255 or 53.02% from 447); Blue value is 71 (28.12% from 255 or 15.88% from 447); Max value from RGB is 237 - color contains mainly: green. Hex color #8BED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BED47 is #7412B8. Grayscale: #BDBDBD. Windows color (decimal): -7606969 or 4713867. OLE color: 4713867.

HSL color Cylindrical-coordinate representation of color #8BED47: hue angle of 95.42º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8BED47 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 237 71 -
CMYK 0.41 0 0.70 0.07
HSL 95.42º 0.82% 0.6% -
HSV(B) 95.42º 0.7% 0.93% -
XYZ 42.07 66.51 16.58 -
YUV 188.77 61.53 92.5 -
System Red Green Blue C M Y K H S L
Decimal 139 237 71 0.41 0 0.70 0.07 95.42 0.82 0.6
Hex 8B ED 47 29 0 46 7 5F 52 3C
Octal 213 355 107 51 0 106 7 137 122 74
Binary 10001011 11101101 1000111 101001 0 1000110 111 1011111 1010010 111100

Color Harmonies of #8BED47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BED47

Black with #8BED47

Text Example


Text Example

White with #8BED47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,237,71); }

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

background-color css

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

 a { background-color: rgb(139,237,71); }

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

border-color css

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

 span { border-color: rgb(139,237,71); }

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