#97C250

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

Shades of Atlantis #97C250

Tints of Atlantis #97C250

Color information

#97C250 (or 0x97C250) is unknown color: approx Atlantis. HEX triplet: 97, C2 and 50. RGB value is (151,194,80). Sum of RGB (Red+Green+Blue) = 151+194+80=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #97C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97C250 is #683DAF. Grayscale: #A8A8A8. Windows color (decimal): -6831536 or 5292695. OLE color: 5292695.

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

Color convert

RGB15119480-
CMYK0.2200.590.24
HSL82.63º48.31%53.73%-
HSV(B)82.63º58.76%76.08%-
XYZ33.545.7414.65-
YUV168.1578.25115.77-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 194 (76.17% from 255) = 45.65%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=35.53%
G=45.65%
B=18.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151194800.2200.590.2482.6348.3153.73
Hex97C2501603B18533036
Octal22730212026073301236066
Binary10010111110000101010000101100111011110001010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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