#98DF47

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

Shades of Atlantis #98DF47

Tints of Atlantis #98DF47

Color information

#98DF47 (or 0x98DF47) is unknown color: approx Atlantis. HEX triplet: 98, DF and 47. RGB value is (152,223,71). Sum of RGB (Red+Green+Blue) = 152+223+71=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 71 (28.12% from 255 or 15.92% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DF47 is #6720B8. Grayscale: #B8B8B8. Windows color (decimal): -6758585 or 4710296. OLE color: 4710296.

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

Color convert

RGB15222371-
CMYK0.3200.680.13
HSL88.03º70.37%57.65%-
HSV(B)88.03º68.16%87.45%-
XYZ40.4759.9115.39-
YUV184.4463.98104.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.08%
GREEN value IS 223 (87.5% from 255) = 50%
BLUE value IS 71 (28.12% from 255) = 15.92%
R=34.08%
G=50%
B=15.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152223710.3200.680.1388.0370.3757.65
Hex98DF4720044D58463a
Octal2303371074001041513010672
Binary1001100011011111100011110000001000100110110110001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DF47; }

 p { color: rgb(152,223,71); }

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

<style>
 a { background-color: #98DF47; }

 a { background-color: rgb(152,223,71); }

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

<style>
 span { border-color: #98DF47; }

 span { border-color: rgb(152,223,71); }

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