#97C247

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

Shades of Atlantis #97C247

Tints of Atlantis #97C247

Color information

#97C247 (or 0x97C247) is unknown color: approx Atlantis. HEX triplet: 97, C2 and 47. RGB value is (151,194,71). Sum of RGB (Red+Green+Blue) = 151+194+71=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #97C247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C247 is #683DB8. Grayscale: #A7A7A7. Windows color (decimal): -6831545 or 4702871. OLE color: 4702871.

HSL color Cylindrical-coordinate representation of color #97C247: hue angle of 80.98º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #97C247 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB15119471-
CMYK0.2200.630.24
HSL80.98º50.2%51.96%-
HSV(B)80.98º63.4%76.08%-
XYZ33.1945.6213.02-
YUV167.1273.75116.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 194 (76.17% from 255) = 46.63%
BLUE value IS 71 (28.12% from 255) = 17.07%
R=36.30%
G=46.63%
B=17.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151194710.2200.630.2480.9850.251.96
Hex97C2471603F18513234
Octal22730210726077301216264
Binary10010111110000101000111101100111111110001010001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,194,71); }

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

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

 a { background-color: rgb(151,194,71); }

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

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

 span { border-color: rgb(151,194,71); }

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