Html Css Color HEX #8BD443 Atlantis

📋 copy color: '#8BD443'

red 139 ◦ green 212 ◦ blue 67

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

Shades of Atlantis #8BD443

Tints of Atlantis #8BD443

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.72%

 BLUE value IS 67 (26.56% from 255) = 16.03%

R = 33.25%
G = 50.72%
B = 16.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#8BD443 (or 0x8BD443) is known color: Atlantis. HEX triplet: 8B, D4 and 43. RGB value is (139,212,67). Sum of RGB (Red+Green+Blue) = 139+212+67=418 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.25% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD443 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD443 is #742BBC. Grayscale: #AEAEAE. Windows color (decimal): -7613373 or 4445323. OLE color: 4445323.

HSL color Cylindrical-coordinate representation of color #8BD443: hue angle of 90.21º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BD443 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 139 212 67 -
CMYK 0.34 0 0.68 0.17
HSL 90.21º 0.63% 0.55% -
HSV(B) 90.21º 0.68% 0.83% -
XYZ 35.2 52.98 13.68 -
YUV 173.64 67.82 103.29 -
System Red Green Blue C M Y K H S L
Decimal 139 212 67 0.34 0 0.68 0.17 90.21 0.63 0.55
Hex 8B D4 43 22 0 44 11 5A 3F 37
Octal 213 324 103 42 0 104 21 132 77 67
Binary 10001011 11010100 1000011 100010 0 1000100 10001 1011010 111111 110111

Color Harmonies of #8BD443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD443

Black with #8BD443

Text Example


Text Example

White with #8BD443

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,212,67); }

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

background-color css

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

 a { background-color: rgb(139,212,67); }

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

border-color css

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

 span { border-color: rgb(139,212,67); }

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