#8FDE3D

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

Shades of Atlantis #8FDE3D

Tints of Atlantis #8FDE3D

Color information

#8FDE3D (or 0x8FDE3D) is unknown color: approx Atlantis. HEX triplet: 8F, DE and 3D. RGB value is (143,222,61). Sum of RGB (Red+Green+Blue) = 143+222+61=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDE3D is #7021C2. Grayscale: #B4B4B4. Windows color (decimal): -7348675 or 4054671. OLE color: 4054671.

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

Color convert

RGB14322261-
CMYK0.3600.730.13
HSL89.44º70.93%55.49%-
HSV(B)89.44º72.52%87.06%-
XYZ38.2958.4213.67-
YUV180.0260.83101.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.57%
GREEN value IS 222 (87.11% from 255) = 52.11%
BLUE value IS 61 (24.22% from 255) = 14.32%
R=33.57%
G=52.11%
B=14.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal143222610.3600.730.1389.4470.9355.49
Hex8FDE3D24049D594737
Octal217336754401111513110767
Binary100011111101111011110110010001001001110110110011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,222,61); }

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

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

 a { background-color: rgb(143,222,61); }

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

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

 span { border-color: rgb(143,222,61); }

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