#97C84B

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

Shades of Atlantis #97C84B

Tints of Atlantis #97C84B

Color information

#97C84B (or 0x97C84B) is unknown color: approx Atlantis. HEX triplet: 97, C8 and 4B. RGB value is (151,200,75). Sum of RGB (Red+Green+Blue) = 151+200+75=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 200 - color contains mainly: green. Hex color #97C84B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C84B is #6837B4. Grayscale: #ABABAB. Windows color (decimal): -6830005 or 4966551. OLE color: 4966551.

HSL color Cylindrical-coordinate representation of color #97C84B: hue angle of 83.52º degrees, saturation: 0.53, 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 #97C84B is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB15120075-
CMYK0.2400.620.22
HSL83.52º53.19%53.92%-
HSV(B)83.52º62.5%78.43%-
XYZ34.6948.414.17-
YUV171.173.77113.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.45%
GREEN value IS 200 (78.52% from 255) = 46.95%
BLUE value IS 75 (29.69% from 255) = 17.61%
R=35.45%
G=46.95%
B=17.61%

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
Decimal151200750.2400.620.2283.5253.1953.92
Hex97C84B1803E16543536
Octal22731011330076261246566
Binary10010111110010001001011110000111110101101010100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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