Html Css Color HEX #8DD03D Atlantis

📋 copy color: '#8DD03D'

red 141 ◦ green 208 ◦ blue 61

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

Shades of Atlantis #8DD03D

Tints of Atlantis #8DD03D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.73%

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

R = 34.39%
G = 50.73%
B = 14.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#8DD03D (or 0x8DD03D) is known color: Atlantis. HEX triplet: 8D, D0 and 3D. RGB value is (141,208,61). Sum of RGB (Red+Green+Blue) = 141+208+61=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD03D is #722FC2. Grayscale: #ABABAB. Windows color (decimal): -7483331 or 4051085. OLE color: 4051085.

HSL color Cylindrical-coordinate representation of color #8DD03D: hue angle of 87.35º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DD03D is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 208 61 -
CMYK 0.32 0 0.71 0.18
HSL 87.35º 0.61% 0.53% -
HSV(B) 87.35º 0.71% 0.82% -
XYZ 34.38 51.11 12.47 -
YUV 171.21 65.8 106.45 -
System Red Green Blue C M Y K H S L
Decimal 141 208 61 0.32 0 0.71 0.18 87.35 0.61 0.53
Hex 8D D0 3D 20 0 47 12 57 3D 35
Octal 215 320 75 40 0 107 22 127 75 65
Binary 10001101 11010000 111101 100000 0 1000111 10010 1010111 111101 110101

Color Harmonies of #8DD03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD03D

Black with #8DD03D

Text Example


Text Example

White with #8DD03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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