Html Css Color HEX #8BD047 Atlantis

📋 copy color: '#8BD047'

red 139 ◦ green 208 ◦ blue 71

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

Shades of Atlantis #8BD047

Tints of Atlantis #8BD047

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.76%

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

R = 33.25%
G = 49.76%
B = 16.99%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#8BD047 (or 0x8BD047) is known color: Atlantis. HEX triplet: 8B, D0 and 47. RGB value is (139,208,71). Sum of RGB (Red+Green+Blue) = 139+208+71=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD047 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD047 is #742FB8. Grayscale: #ACACAC. Windows color (decimal): -7614393 or 4706443. OLE color: 4706443.

HSL color Cylindrical-coordinate representation of color #8BD047: hue angle of 90.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BD047 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 139 208 71 -
CMYK 0.33 0 0.66 0.18
HSL 90.22º 0.59% 0.55% -
HSV(B) 90.22º 0.66% 0.82% -
XYZ 34.34 51.06 14.01 -
YUV 171.75 71.14 104.64 -
System Red Green Blue C M Y K H S L
Decimal 139 208 71 0.33 0 0.66 0.18 90.22 0.59 0.55
Hex 8B D0 47 21 0 42 12 5A 3B 37
Octal 213 320 107 41 0 102 22 132 73 67
Binary 10001011 11010000 1000111 100001 0 1000010 10010 1011010 111011 110111

Color Harmonies of #8BD047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD047

Black with #8BD047

Text Example


Text Example

White with #8BD047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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