Html Css Color HEX #8DC93D Atlantis

📋 copy color: '#8DC93D'

red 141 ◦ green 201 ◦ blue 61

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

Shades of Atlantis #8DC93D

Tints of Atlantis #8DC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.88%

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 34.99%
G = 49.88%
B = 15.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#8DC93D (or 0x8DC93D) is known color: Atlantis. HEX triplet: 8D, C9 and 3D. RGB value is (141,201,61). Sum of RGB (Red+Green+Blue) = 141+201+61=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC93D is #7236C2. Grayscale: #A7A7A7. Windows color (decimal): -7485123 or 4049293. OLE color: 4049293.

HSL color Cylindrical-coordinate representation of color #8DC93D: hue angle of 85.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DC93D is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 201 61 -
CMYK 0.30 0 0.70 0.21
HSL 85.71º 0.56% 0.51% -
HSV(B) 85.71º 0.7% 0.79% -
XYZ 32.71 47.77 11.91 -
YUV 167.1 68.12 109.38 -
System Red Green Blue C M Y K H S L
Decimal 141 201 61 0.30 0 0.70 0.21 85.71 0.56 0.51
Hex 8D C9 3D 1E 0 46 15 56 38 33
Octal 215 311 75 36 0 106 25 126 70 63
Binary 10001101 11001001 111101 11110 0 1000110 10101 1010110 111000 110011

Color Harmonies of #8DC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC93D

Black with #8DC93D

Text Example


Text Example

White with #8DC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,201,61); }

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

background-color css

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

 a { background-color: rgb(141,201,61); }

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

border-color css

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

 span { border-color: rgb(141,201,61); }

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