#97DD33

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

Shades of Atlantis #97DD33

Tints of Atlantis #97DD33

Color information

#97DD33 (or 0x97DD33) is unknown color: approx Atlantis. HEX triplet: 97, DD and 33. RGB value is (151,221,51). Sum of RGB (Red+Green+Blue) = 151+221+51=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 221 (86.72% from 255 or 52.25% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97DD33 is #6822CC. Grayscale: #B5B5B5. Windows color (decimal): -6824653 or 3399063. OLE color: 3399063.

HSL color Cylindrical-coordinate representation of color #97DD33: hue angle of 84.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #97DD33 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB15122151-
CMYK0.3200.770.13
HSL84.71º71.43%53.33%-
HSV(B)84.71º76.92%86.67%-
XYZ39.2258.5312.36-
YUV180.6954.81106.82-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 221 (86.72% from 255) = 52.25%
BLUE value IS 51 (20.31% from 255) = 12.06%
R=35.70%
G=52.25%
B=12.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151221510.3200.770.1384.7171.4353.33
Hex97DD332004DD554735
Octal227335634001151512510765
Binary100101111101110111001110000001001101110110101011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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