#99DB4E

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

Shades of Atlantis #99DB4E

Tints of Atlantis #99DB4E

Color information

#99DB4E (or 0x99DB4E) is unknown color: approx Atlantis. HEX triplet: 99, DB and 4E. RGB value is (153,219,78). Sum of RGB (Red+Green+Blue) = 153+219+78=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DB4E is #6624B1. Grayscale: #B7B7B7. Windows color (decimal): -6694066 or 5168025. OLE color: 5168025.

HSL color Cylindrical-coordinate representation of color #99DB4E: hue angle of 88.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #99DB4E is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB15321978-
CMYK0.3000.640.14
HSL88.09º66.2%58.24%-
HSV(B)88.09º64.38%85.88%-
XYZ39.8457.9916.3-
YUV183.1968.63106.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34%
GREEN value IS 219 (85.94% from 255) = 48.67%
BLUE value IS 78 (30.86% from 255) = 17.33%
R=34%
G=48.67%
B=17.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153219780.3000.640.1488.0966.258.24
Hex99DB4E1E040E58423a
Octal2313331163601001613010272
Binary100110011101101110011101111001000000111010110001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DB4E; }

 p { color: rgb(153,219,78); }

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

<style>
 a { background-color: #99DB4E; }

 a { background-color: rgb(153,219,78); }

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

<style>
 span { border-color: #99DB4E; }

 span { border-color: rgb(153,219,78); }

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