#97C64B

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

Shades of Atlantis #97C64B

Tints of Atlantis #97C64B

Color information

#97C64B (or 0x97C64B) is unknown color: approx Atlantis. HEX triplet: 97, C6 and 4B. RGB value is (151,198,75). Sum of RGB (Red+Green+Blue) = 151+198+75=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #97C64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C64B is #6839B4. Grayscale: #AAAAAA. Windows color (decimal): -6830517 or 4966039. OLE color: 4966039.

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

Color convert

RGB15119875-
CMYK0.2400.620.22
HSL82.93º51.9%53.53%-
HSV(B)82.93º62.12%77.65%-
XYZ34.2347.4814.02-
YUV169.9274.43114.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.61%
GREEN value IS 198 (77.73% from 255) = 46.70%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=35.61%
G=46.70%
B=17.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151198750.2400.620.2282.9351.953.53
Hex97C64B1803E16533436
Octal22730611330076261236466
Binary10010111110001101001011110000111110101101010011110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,198,75); }

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

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

 a { background-color: rgb(151,198,75); }

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

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

 span { border-color: rgb(151,198,75); }

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