Html Css Color HEX #8BD438 Atlantis

📋 copy color: '#8BD438'

red 139 ◦ green 212 ◦ blue 56

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

Shades of Atlantis #8BD438

Tints of Atlantis #8BD438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.76%

R = 34.15%
G = 52.09%
B = 13.76%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#8BD438 (or 0x8BD438) is known color: Atlantis. HEX triplet: 8B, D4 and 38. RGB value is (139,212,56). Sum of RGB (Red+Green+Blue) = 139+212+56=407 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.15% from 407); Green value is 212 (83.20% from 255 or 52.09% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD438 is #742BC7. Grayscale: #ACACAC. Windows color (decimal): -7613384 or 3724427. OLE color: 3724427.

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

Color convert

RGB 139 212 56 -
CMYK 0.34 0 0.74 0.17
HSL 88.08º 0.64% 0.53% -
HSV(B) 88.08º 0.74% 0.83% -
XYZ 34.9 52.86 12.1 -
YUV 172.39 62.32 104.18 -
System Red Green Blue C M Y K H S L
Decimal 139 212 56 0.34 0 0.74 0.17 88.08 0.64 0.53
Hex 8B D4 38 22 0 4A 11 58 40 35
Octal 213 324 70 42 0 112 21 130 100 65
Binary 10001011 11010100 111000 100010 0 1001010 10001 1011000 1000000 110101

Color Harmonies of #8BD438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BD438

Black with #8BD438

Text Example


Text Example

White with #8BD438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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