Html Css Color HEX #8BDD4D Atlantis

📋 copy color: '#8BDD4D'

red 139 ◦ green 221 ◦ blue 77

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

Shades of Atlantis #8BDD4D

Tints of Atlantis #8BDD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.62%

R = 31.81%
G = 50.57%
B = 17.62%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#8BDD4D (or 0x8BDD4D) is known color: Atlantis. HEX triplet: 8B, DD and 4D. RGB value is (139,221,77). Sum of RGB (Red+Green+Blue) = 139+221+77=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDD4D is #7422B2. Grayscale: #B4B4B4. Windows color (decimal): -7611059 or 5102987. OLE color: 5102987.

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

Color convert

RGB 139 221 77 -
CMYK 0.37 0 0.65 0.13
HSL 94.17º 0.68% 0.58% -
HSV(B) 94.17º 0.65% 0.87% -
XYZ 37.84 57.74 16.17 -
YUV 180.07 69.83 98.71 -
System Red Green Blue C M Y K H S L
Decimal 139 221 77 0.37 0 0.65 0.13 94.17 0.68 0.58
Hex 8B DD 4D 25 0 41 D 5E 44 3A
Octal 213 335 115 45 0 101 15 136 104 72
Binary 10001011 11011101 1001101 100101 0 1000001 1101 1011110 1000100 111010

Color Harmonies of #8BDD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BDD4D

Black with #8BDD4D

Text Example


Text Example

White with #8BDD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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