Html Css Color HEX #8BD040 Atlantis

📋 copy color: '#8BD040'

red 139 ◦ green 208 ◦ blue 64

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

Shades of Atlantis #8BD040

Tints of Atlantis #8BD040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.57%

R = 33.82%
G = 50.61%
B = 15.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#8BD040 (or 0x8BD040) is known color: Atlantis. HEX triplet: 8B, D0 and 40. RGB value is (139,208,64). Sum of RGB (Red+Green+Blue) = 139+208+64=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 208 (81.64% from 255 or 50.61% from 411); Blue value is 64 (25.39% from 255 or 15.57% from 411); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD040 is #742FBF. Grayscale: #ABABAB. Windows color (decimal): -7614400 or 4247691. OLE color: 4247691.

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

Color convert

RGB 139 208 64 -
CMYK 0.33 0 0.69 0.18
HSL 88.75º 0.61% 0.53% -
HSV(B) 88.75º 0.69% 0.82% -
XYZ 34.13 50.97 12.89 -
YUV 170.95 67.64 105.21 -
System Red Green Blue C M Y K H S L
Decimal 139 208 64 0.33 0 0.69 0.18 88.75 0.61 0.53
Hex 8B D0 40 21 0 45 12 59 3D 35
Octal 213 320 100 41 0 105 22 131 75 65
Binary 10001011 11010000 1000000 100001 0 1000101 10010 1011001 111101 110101

Color Harmonies of #8BD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD040

Black with #8BD040

Text Example


Text Example

White with #8BD040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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