#8FDF38

Color #8FDF38 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #8FDF38

Tints of Atlantis #8FDF38

Color information

#8FDF38 (or 0x8FDF38) is unknown color: approx Atlantis. HEX triplet: 8F, DF and 38. RGB value is (143,223,56). Sum of RGB (Red+Green+Blue) = 143+223+56=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 223 (87.5% from 255 or 52.84% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDF38 is #7020C7. Grayscale: #B4B4B4. Windows color (decimal): -7348424 or 3727247. OLE color: 3727247.

HSL color Cylindrical-coordinate representation of color #8FDF38: hue angle of 88.74º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FDF38 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB14322356-
CMYK0.3600.750.13
HSL88.74º72.29%54.71%-
HSV(B)88.74º74.89%87.45%-
XYZ38.4358.913.08-
YUV180.0458101.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 223 (87.5% from 255) = 52.84%
BLUE value IS 56 (22.27% from 255) = 13.27%
R=33.89%
G=52.84%
B=13.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal143223560.3600.750.1388.7472.2954.71
Hex8FDF382404BD594837
Octal217337704401131513111067
Binary100011111101111111100010010001001011110110110011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,223,56); }

 H1.HeaderClassName
 {
   color: #8FDF38;
 }
 .AnyTagClassName
 {
   color: #8FDF38;
 }
</style>
background-color css

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

 a { background-color: rgb(143,223,56); }

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

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

 span { border-color: rgb(143,223,56); }

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