#99CD55

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

Shades of Atlantis #99CD55

Tints of Atlantis #99CD55

Color information

#99CD55 (or 0x99CD55) is unknown color: approx Atlantis. HEX triplet: 99, CD and 55. RGB value is (153,205,85). Sum of RGB (Red+Green+Blue) = 153+205+85=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD55 is #6632AA. Grayscale: #B0B0B0. Windows color (decimal): -6697643 or 5623193. OLE color: 5623193.

HSL color Cylindrical-coordinate representation of color #99CD55: hue angle of 86º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99CD55 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB15320585-
CMYK0.2500.590.20
HSL86º54.55%56.86%-
HSV(B)86º58.54%80.39%-
XYZ36.6151.0916.53-
YUV175.7776.77111.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.54%
GREEN value IS 205 (80.47% from 255) = 46.28%
BLUE value IS 85 (33.59% from 255) = 19.19%
R=34.54%
G=46.28%
B=19.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153205850.2500.590.208654.5556.86
Hex99CD551903B14563739
Octal23131512531073241266771
Binary10011001110011011010101110010111011101001010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,85); }

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

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

 a { background-color: rgb(153,205,85); }

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

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

 span { border-color: rgb(153,205,85); }

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