Html Css Color HEX #8FDD4F Atlantis

📋 copy color: '#8FDD4F'

red 143 ◦ green 221 ◦ blue 79

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

Shades of Atlantis #8FDD4F

Tints of Atlantis #8FDD4F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.89%

 BLUE value IS 79 (31.25% from 255) = 17.83%

R = 32.28%
G = 49.89%
B = 17.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#8FDD4F (or 0x8FDD4F) is known color: Atlantis. HEX triplet: 8F, DD and 4F. RGB value is (143,221,79). Sum of RGB (Red+Green+Blue) = 143+221+79=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD4F is #7022B0. Grayscale: #B5B5B5. Windows color (decimal): -7348913 or 5234063. OLE color: 5234063.

HSL color Cylindrical-coordinate representation of color #8FDD4F: hue angle of 92.96º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FDD4F is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 79 -
CMYK 0.35 0 0.64 0.13
HSL 92.96º 0.68% 0.59% -
HSV(B) 92.96º 0.64% 0.87% -
XYZ 38.6 58.12 16.58 -
YUV 181.49 70.16 100.55 -
System Red Green Blue C M Y K H S L
Decimal 143 221 79 0.35 0 0.64 0.13 92.96 0.68 0.59
Hex 8F DD 4F 23 0 40 D 5D 44 3B
Octal 217 335 117 43 0 100 15 135 104 73
Binary 10001111 11011101 1001111 100011 0 1000000 1101 1011101 1000100 111011

Color Harmonies of #8FDD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD4F

Black with #8FDD4F

Text Example


Text Example

White with #8FDD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,221,79); }

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

background-color css

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

 a { background-color: rgb(143,221,79); }

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

border-color css

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

 span { border-color: rgb(143,221,79); }

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