#98cf47

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

Shades of Atlantis #98CF47

Tints of Atlantis #98CF47

Color information

#98CF47 (or 0x98CF47) is unknown color: approx Atlantis. HEX triplet: 98, CF and 47. RGB value is (152,207,71). Sum of RGB (Red+Green+Blue) = 152+207+71=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #98CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98CF47 is #6730B8. Grayscale: #AFAFAF. Windows color (decimal): -6762681 or 4706200. OLE color: 4706200.

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

Color convert

RGB15220771-
CMYK0.2700.660.19
HSL84.26º58.62%54.51%-
HSV(B)84.26º65.7%81.18%-
XYZ36.451.7614.03-
YUV175.0569.28111.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 207 (81.25% from 255) = 48.14%
BLUE value IS 71 (28.12% from 255) = 16.51%
R=35.35%
G=48.14%
B=16.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal152207710.2700.660.1984.2658.6254.51
Hex98CF471B04213543b37
Octal230317107330102231247367
Binary100110001100111110001111101101000010100111010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98cf47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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