Html Css Color HEX #8DDC3F Atlantis

📋 copy color: '#8DDC3F'

red 141 ◦ green 220 ◦ blue 63

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

Shades of Atlantis #8DDC3F

Tints of Atlantis #8DDC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.89%

 BLUE value IS 63 (25% from 255) = 14.86%

R = 33.25%
G = 51.89%
B = 14.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#8DDC3F (or 0x8DDC3F) is known color: Atlantis. HEX triplet: 8D, DC and 3F. RGB value is (141,220,63). Sum of RGB (Red+Green+Blue) = 141+220+63=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 63 (25% from 255 or 14.86% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #8DDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DDC3F is #7223C0. Grayscale: #B3B3B3. Windows color (decimal): -7480257 or 4185229. OLE color: 4185229.

HSL color Cylindrical-coordinate representation of color #8DDC3F: hue angle of 90.19º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DDC3F is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 220 63 -
CMYK 0.36 0 0.71 0.14
HSL 90.19º 0.69% 0.55% -
HSV(B) 90.19º 0.71% 0.86% -
XYZ 37.47 57.21 13.77 -
YUV 178.48 62.83 101.27 -
System Red Green Blue C M Y K H S L
Decimal 141 220 63 0.36 0 0.71 0.14 90.19 0.69 0.55
Hex 8D DC 3F 24 0 47 E 5A 45 37
Octal 215 334 77 44 0 107 16 132 105 67
Binary 10001101 11011100 111111 100100 0 1000111 1110 1011010 1000101 110111

Color Harmonies of #8DDC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDC3F

Black with #8DDC3F

Text Example


Text Example

White with #8DDC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,220,63); }

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

background-color css

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

 a { background-color: rgb(141,220,63); }

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

border-color css

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

 span { border-color: rgb(141,220,63); }

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