#98DE35

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

Shades of Atlantis #98DE35

Tints of Atlantis #98DE35

Color information

#98DE35 (or 0x98DE35) is unknown color: approx Atlantis. HEX triplet: 98, DE and 35. RGB value is (152,222,53). Sum of RGB (Red+Green+Blue) = 152+222+53=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 222 (87.11% from 255 or 51.99% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 222 - color contains mainly: green. Hex color #98DE35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DE35 is #6721CA. Grayscale: #B6B6B6. Windows color (decimal): -6758859 or 3530392. OLE color: 3530392.

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

Color convert

RGB15222253-
CMYK0.3200.760.13
HSL84.85º71.91%53.92%-
HSV(B)84.85º76.13%87.06%-
XYZ39.7159.1712.7-
YUV181.855.31106.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 222 (87.11% from 255) = 51.99%
BLUE value IS 53 (21.09% from 255) = 12.41%
R=35.60%
G=51.99%
B=12.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152222530.3200.760.1384.8571.9153.92
Hex98DE352004CD554836
Octal230336654001141512511066
Binary100110001101111011010110000001001100110110101011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,222,53); }

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

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

 a { background-color: rgb(152,222,53); }

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

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

 span { border-color: rgb(152,222,53); }

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