#98CF48

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

Shades of Atlantis #98CF48

Tints of Atlantis #98CF48

Color information

#98CF48 (or 0x98CF48) is unknown color: approx Atlantis. HEX triplet: 98, CF and 48. RGB value is (152,207,72). Sum of RGB (Red+Green+Blue) = 152+207+72=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 72 (28.52% from 255 or 16.71% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CF48 is #6730B7. Grayscale: #AFAFAF. Windows color (decimal): -6762680 or 4771736. OLE color: 4771736.

HSL color Cylindrical-coordinate representation of color #98CF48: hue angle of 84.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98CF48 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB15220772-
CMYK0.2700.650.19
HSL84.44º58.44%54.71%-
HSV(B)84.44º65.22%81.18%-
XYZ36.4351.7714.2-
YUV175.1669.78111.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 207 (81.25% from 255) = 48.03%
BLUE value IS 72 (28.52% from 255) = 16.71%
R=35.27%
G=48.03%
B=16.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152207720.2700.650.1984.4458.4454.71
Hex98CF481B04113543a37
Octal230317110330101231247267
Binary100110001100111110010001101101000001100111010100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,207,72); }

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

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

 a { background-color: rgb(152,207,72); }

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

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

 span { border-color: rgb(152,207,72); }

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