#97C841

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

Shades of Atlantis #97C841

Tints of Atlantis #97C841

Color information

#97C841 (or 0x97C841) is unknown color: approx Atlantis. HEX triplet: 97, C8 and 41. RGB value is (151,200,65). Sum of RGB (Red+Green+Blue) = 151+200+65=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #97C841 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C841 is #6837BE. Grayscale: #AAAAAA. Windows color (decimal): -6830015 or 4311191. OLE color: 4311191.

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

Color convert

RGB15120065-
CMYK0.2400.680.22
HSL81.78º55.1%51.96%-
HSV(B)81.78º67.5%78.43%-
XYZ34.3748.2712.51-
YUV169.9668.77114.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.30%
GREEN value IS 200 (78.52% from 255) = 48.08%
BLUE value IS 65 (25.78% from 255) = 15.62%
R=36.30%
G=48.08%
B=15.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151200650.2400.680.2281.7855.151.96
Hex97C8411804416523734
Octal227310101300104261226764
Binary100101111100100010000011100001000100101101010010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,200,65); }

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

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

 a { background-color: rgb(151,200,65); }

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

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

 span { border-color: rgb(151,200,65); }

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