#97D933

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

Shades of Atlantis #97D933

Tints of Atlantis #97D933

Color information

#97D933 (or 0x97D933) is unknown color: approx Atlantis. HEX triplet: 97, D9 and 33. RGB value is (151,217,51). Sum of RGB (Red+Green+Blue) = 151+217+51=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 217 (85.16% from 255 or 51.79% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 217 - color contains mainly: green. Hex color #97D933 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D933 is #6826CC. Grayscale: #B2B2B2. Windows color (decimal): -6825677 or 3398039. OLE color: 3398039.

HSL color Cylindrical-coordinate representation of color #97D933: hue angle of 83.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97D933 is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB15121751-
CMYK0.3000.760.15
HSL83.86º68.6%52.55%-
HSV(B)83.86º76.5%85.1%-
XYZ38.1756.4412.01-
YUV178.3456.13108.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.04%
GREEN value IS 217 (85.16% from 255) = 51.79%
BLUE value IS 51 (20.31% from 255) = 12.17%
R=36.04%
G=51.79%
B=12.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal151217510.3000.760.1583.8668.652.55
Hex97D9331E04CF544535
Octal227331633601141712410565
Binary10010111110110011100111111001001100111110101001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D933; }

 p { color: rgb(151,217,51); }

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

<style>
 a { background-color: #97D933; }

 a { background-color: rgb(151,217,51); }

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

<style>
 span { border-color: #97D933; }

 span { border-color: rgb(151,217,51); }

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