#99CF52

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

Shades of Atlantis #99CF52

Tints of Atlantis #99CF52

Color information

#99CF52 (or 0x99CF52) is unknown color: approx Atlantis. HEX triplet: 99, CF and 52. RGB value is (153,207,82). Sum of RGB (Red+Green+Blue) = 153+207+82=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF52 is #6630AD. Grayscale: #B1B1B1. Windows color (decimal): -6697134 or 5427097. OLE color: 5427097.

HSL color Cylindrical-coordinate representation of color #99CF52: hue angle of 85.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99CF52 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB15320782-
CMYK0.2600.600.19
HSL85.92º56.56%56.67%-
HSV(B)85.92º60.39%81.18%-
XYZ36.9752.0116.07-
YUV176.674.61111.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.62%
GREEN value IS 207 (81.25% from 255) = 46.83%
BLUE value IS 82 (32.42% from 255) = 18.55%
R=34.62%
G=46.83%
B=18.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal153207820.2600.600.1985.9256.5656.67
Hex99CF521A03C13563939
Octal23131712232074231267171
Binary10011001110011111010010110100111100100111010110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,207,82); }

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

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

 a { background-color: rgb(153,207,82); }

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

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

 span { border-color: rgb(153,207,82); }

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