Html Css Color HEX #8FDD4C Atlantis

📋 copy color: '#8FDD4C'

red 143 ◦ green 221 ◦ blue 76

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

Shades of Atlantis #8FDD4C

Tints of Atlantis #8FDD4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.27%

R = 32.5%
G = 50.23%
B = 17.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#8FDD4C (or 0x8FDD4C) is known color: Atlantis. HEX triplet: 8F, DD and 4C. RGB value is (143,221,76). Sum of RGB (Red+Green+Blue) = 143+221+76=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDD4C is #7022B3. Grayscale: #B5B5B5. Windows color (decimal): -7348916 or 5037455. OLE color: 5037455.

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

Color convert

RGB 143 221 76 -
CMYK 0.35 0 0.66 0.13
HSL 92.28º 0.68% 0.58% -
HSV(B) 92.28º 0.66% 0.87% -
XYZ 38.49 58.07 16.02 -
YUV 181.15 68.66 100.79 -
System Red Green Blue C M Y K H S L
Decimal 143 221 76 0.35 0 0.66 0.13 92.28 0.68 0.58
Hex 8F DD 4C 23 0 42 D 5C 44 3A
Octal 217 335 114 43 0 102 15 134 104 72
Binary 10001111 11011101 1001100 100011 0 1000010 1101 1011100 1000100 111010

Color Harmonies of #8FDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD4C

Black with #8FDD4C

Text Example


Text Example

White with #8FDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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