Html Css Color HEX #8FDC4E Atlantis

📋 copy color: '#8FDC4E'

red 143 ◦ green 220 ◦ blue 78

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

Shades of Atlantis #8FDC4E

Tints of Atlantis #8FDC4E

RGB

 RED value IS 143 (56.25% from 255) = 32.43%

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

 BLUE value IS 78 (30.86% from 255) = 17.69%

R = 32.43%
G = 49.89%
B = 17.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#8FDC4E (or 0x8FDC4E) is known color: Atlantis. HEX triplet: 8F, DC and 4E. RGB value is (143,220,78). Sum of RGB (Red+Green+Blue) = 143+220+78=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC4E is #7023B1. Grayscale: #B5B5B5. Windows color (decimal): -7349170 or 5168271. OLE color: 5168271.

HSL color Cylindrical-coordinate representation of color #8FDC4E: hue angle of 92.54º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FDC4E is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 78 -
CMYK 0.35 0 0.65 0.14
HSL 92.54º 0.67% 0.58% -
HSV(B) 92.54º 0.65% 0.86% -
XYZ 38.3 57.58 16.3 -
YUV 180.79 69.99 101.05 -
System Red Green Blue C M Y K H S L
Decimal 143 220 78 0.35 0 0.65 0.14 92.54 0.67 0.58
Hex 8F DC 4E 23 0 41 E 5D 43 3A
Octal 217 334 116 43 0 101 16 135 103 72
Binary 10001111 11011100 1001110 100011 0 1000001 1110 1011101 1000011 111010

Color Harmonies of #8FDC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC4E

Black with #8FDC4E

Text Example


Text Example

White with #8FDC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,78); }

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

background-color css

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

 a { background-color: rgb(143,220,78); }

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

border-color css

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

 span { border-color: rgb(143,220,78); }

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