#99DC41

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

Shades of Atlantis #99DC41

Tints of Atlantis #99DC41

Color information

#99DC41 (or 0x99DC41) is unknown color: approx Atlantis. HEX triplet: 99, DC and 41. RGB value is (153,220,65). Sum of RGB (Red+Green+Blue) = 153+220+65=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99DC41 is #6623BE. Grayscale: #B6B6B6. Windows color (decimal): -6693823 or 4316313. OLE color: 4316313.

HSL color Cylindrical-coordinate representation of color #99DC41: hue angle of 85.94º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #99DC41 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB15322065-
CMYK0.3000.700.14
HSL85.94º68.89%55.88%-
HSV(B)85.94º70.45%86.27%-
XYZ39.6858.3414.17-
YUV182.361.8107.1-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.93%
GREEN value IS 220 (86.33% from 255) = 50.23%
BLUE value IS 65 (25.78% from 255) = 14.84%
R=34.93%
G=50.23%
B=14.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153220650.3000.700.1485.9468.8955.88
Hex99DC411E046E564538
Octal2313341013601061612610570
Binary100110011101110010000011111001000110111010101101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,220,65); }

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

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

 a { background-color: rgb(153,220,65); }

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

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

 span { border-color: rgb(153,220,65); }

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