Html Css Color HEX #8BDD38 Atlantis

📋 copy color: '#8BDD38'

red 139 ◦ green 221 ◦ blue 56

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

Shades of Atlantis #8BDD38

Tints of Atlantis #8BDD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.13%

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

R = 33.41%
G = 53.13%
B = 13.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#8BDD38 (or 0x8BDD38) is known color: Atlantis. HEX triplet: 8B, DD and 38. RGB value is (139,221,56). Sum of RGB (Red+Green+Blue) = 139+221+56=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDD38 is #7422C7. Grayscale: #B2B2B2. Windows color (decimal): -7611080 or 3726731. OLE color: 3726731.

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

Color convert

RGB 139 221 56 -
CMYK 0.37 0 0.75 0.13
HSL 89.82º 0.71% 0.54% -
HSV(B) 89.82º 0.75% 0.87% -
XYZ 37.22 57.49 12.88 -
YUV 177.67 59.33 100.42 -
System Red Green Blue C M Y K H S L
Decimal 139 221 56 0.37 0 0.75 0.13 89.82 0.71 0.54
Hex 8B DD 38 25 0 4B D 5A 47 36
Octal 213 335 70 45 0 113 15 132 107 66
Binary 10001011 11011101 111000 100101 0 1001011 1101 1011010 1000111 110110

Color Harmonies of #8BDD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDD38

Black with #8BDD38

Text Example


Text Example

White with #8BDD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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