Html Css Color HEX #8BDD4C Atlantis

📋 copy color: '#8BDD4C'

red 139 ◦ green 221 ◦ blue 76

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

Shades of Atlantis #8BDD4C

Tints of Atlantis #8BDD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.43%

R = 31.88%
G = 50.69%
B = 17.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#8BDD4C (or 0x8BDD4C) is known color: Atlantis. HEX triplet: 8B, DD and 4C. RGB value is (139,221,76). Sum of RGB (Red+Green+Blue) = 139+221+76=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDD4C is #7422B3. Grayscale: #B4B4B4. Windows color (decimal): -7611060 or 5037451. OLE color: 5037451.

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

Color convert

RGB 139 221 76 -
CMYK 0.37 0 0.66 0.13
HSL 93.93º 0.68% 0.58% -
HSV(B) 93.93º 0.66% 0.87% -
XYZ 37.81 57.72 15.99 -
YUV 179.95 69.33 98.79 -
System Red Green Blue C M Y K H S L
Decimal 139 221 76 0.37 0 0.66 0.13 93.93 0.68 0.58
Hex 8B DD 4C 25 0 42 D 5E 44 3A
Octal 213 335 114 45 0 102 15 136 104 72
Binary 10001011 11011101 1001100 100101 0 1000010 1101 1011110 1000100 111010

Color Harmonies of #8BDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDD4C

Black with #8BDD4C

Text Example


Text Example

White with #8BDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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