Html Css Color HEX #8DEB4D Atlantis

📋 copy color: '#8DEB4D'

red 141 ◦ green 235 ◦ blue 77

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

Shades of Atlantis #8DEB4D

Tints of Atlantis #8DEB4D

RGB

 RED value IS 141 (55.47% from 255) = 31.13%

 GREEN value IS 235 (92.19% from 255) = 51.88%

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

R = 31.13%
G = 51.88%
B = 17%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#8DEB4D (or 0x8DEB4D) is known color: Atlantis. HEX triplet: 8D, EB and 4D. RGB value is (141,235,77). Sum of RGB (Red+Green+Blue) = 141+235+77=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #8DEB4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DEB4D is #7214B2. Grayscale: #BDBDBD. Windows color (decimal): -7476403 or 5106573. OLE color: 5106573.

HSL color Cylindrical-coordinate representation of color #8DEB4D: hue angle of 95.7º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DEB4D is Cyan = 0.4, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 235 77 -
CMYK 0.4 0 0.67 0.08
HSL 95.7º 0.8% 0.61% -
HSV(B) 95.7º 0.67% 0.92% -
XYZ 42.03 65.62 17.47 -
YUV 188.88 64.86 93.85 -
System Red Green Blue C M Y K H S L
Decimal 141 235 77 0.4 0 0.67 0.08 95.7 0.8 0.61
Hex 8D EB 4D 28 0 43 8 60 50 3D
Octal 215 353 115 50 0 103 10 140 120 75
Binary 10001101 11101011 1001101 101000 0 1000011 1000 1100000 1010000 111101

Color Harmonies of #8DEB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEB4D

Black with #8DEB4D

Text Example


Text Example

White with #8DEB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,235,77); }

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

background-color css

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

 a { background-color: rgb(141,235,77); }

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

border-color css

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

 span { border-color: rgb(141,235,77); }

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