Html Css Color HEX #8BDE46 Atlantis

📋 copy color: '#8BDE46'

red 139 ◦ green 222 ◦ blue 70

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

Shades of Atlantis #8BDE46

Tints of Atlantis #8BDE46

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.51%

 BLUE value IS 70 (27.73% from 255) = 16.24%

R = 32.25%
G = 51.51%
B = 16.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#8BDE46 (or 0x8BDE46) is known color: Atlantis. HEX triplet: 8B, DE and 46. RGB value is (139,222,70). Sum of RGB (Red+Green+Blue) = 139+222+70=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDE46 is #7421B9. Grayscale: #B4B4B4. Windows color (decimal): -7610810 or 4644491. OLE color: 4644491.

HSL color Cylindrical-coordinate representation of color #8BDE46: hue angle of 92.76º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BDE46 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 222 70 -
CMYK 0.37 0 0.68 0.13
HSL 92.76º 0.7% 0.57% -
HSV(B) 92.76º 0.68% 0.87% -
XYZ 37.87 58.17 15.03 -
YUV 179.86 66 98.86 -
System Red Green Blue C M Y K H S L
Decimal 139 222 70 0.37 0 0.68 0.13 92.76 0.7 0.57
Hex 8B DE 46 25 0 44 D 5D 46 39
Octal 213 336 106 45 0 104 15 135 106 71
Binary 10001011 11011110 1000110 100101 0 1000100 1101 1011101 1000110 111001

Color Harmonies of #8BDE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDE46

Black with #8BDE46

Text Example


Text Example

White with #8BDE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,222,70); }

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

background-color css

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

 a { background-color: rgb(139,222,70); }

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

border-color css

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

 span { border-color: rgb(139,222,70); }

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