Html Css Color HEX #8FDD52 Atlantis

📋 copy color: '#8FDD52'

red 143 ◦ green 221 ◦ blue 82

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

Shades of Atlantis #8FDD52

Tints of Atlantis #8FDD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.39%

R = 32.06%
G = 49.55%
B = 18.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#8FDD52 (or 0x8FDD52) is known color: Atlantis. HEX triplet: 8F, DD and 52. RGB value is (143,221,82). Sum of RGB (Red+Green+Blue) = 143+221+82=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD52 is #7022AD. Grayscale: #B6B6B6. Windows color (decimal): -7348910 or 5430671. OLE color: 5430671.

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

Color convert

RGB 143 221 82 -
CMYK 0.35 0 0.63 0.13
HSL 93.67º 0.67% 0.59% -
HSV(B) 93.67º 0.63% 0.87% -
XYZ 38.71 58.16 17.17 -
YUV 181.83 71.66 100.3 -
System Red Green Blue C M Y K H S L
Decimal 143 221 82 0.35 0 0.63 0.13 93.67 0.67 0.59
Hex 8F DD 52 23 0 3F D 5E 43 3B
Octal 217 335 122 43 0 77 15 136 103 73
Binary 10001111 11011101 1010010 100011 0 111111 1101 1011110 1000011 111011

Color Harmonies of #8FDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD52

Black with #8FDD52

Text Example


Text Example

White with #8FDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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