#99df3f

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

Shades of Atlantis #99DF3F

Tints of Atlantis #99DF3F

Color information

#99DF3F (or 0x99DF3F) is unknown color: approx Atlantis. HEX triplet: 99, DF and 3F. RGB value is (153,223,63). Sum of RGB (Red+Green+Blue) = 153+223+63=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 223 (87.5% from 255 or 50.80% from 439); Blue value is 63 (25% from 255 or 14.35% from 439); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DF3F is #6620C0. Grayscale: #B8B8B8. Windows color (decimal): -6693057 or 4186009. OLE color: 4186009.

HSL color Cylindrical-coordinate representation of color #99DF3F: hue angle of 86.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99DF3F is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB15322363-
CMYK0.3100.720.13
HSL86.25º71.43%56.08%-
HSV(B)86.25º71.75%87.45%-
XYZ40.4259.9114.14-
YUV183.8359.81106.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.85%
GREEN value IS 223 (87.5% from 255) = 50.80%
BLUE value IS 63 (25% from 255) = 14.35%
R=34.85%
G=50.80%
B=14.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153223630.3100.720.1386.2571.4356.08
Hex99DF3F1F048D564738
Octal231337773701101512610770
Binary10011001110111111111111111101001000110110101101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99df3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,223,63); }

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

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

 a { background-color: rgb(153,223,63); }

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

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

 span { border-color: rgb(153,223,63); }

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