#97CB58

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

Shades of Atlantis #97CB58

Tints of Atlantis #97CB58

Color information

#97CB58 (or 0x97CB58) is unknown color: approx Atlantis. HEX triplet: 97, CB and 58. RGB value is (151,203,88). Sum of RGB (Red+Green+Blue) = 151+203+88=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #97CB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CB58 is #6834A7. Grayscale: #AEAEAE. Windows color (decimal): -6829224 or 5819287. OLE color: 5819287.

HSL color Cylindrical-coordinate representation of color #97CB58: hue angle of 87.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97CB58 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB15120388-
CMYK0.2600.570.20
HSL87.13º52.51%57.06%-
HSV(B)87.13º56.65%79.61%-
XYZ35.885016.99-
YUV174.3479.27111.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 203 (79.69% from 255) = 45.93%
BLUE value IS 88 (34.77% from 255) = 19.91%
R=34.16%
G=45.93%
B=19.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal151203880.2600.570.2087.1352.5157.06
Hex97CB581A03914573539
Octal22731313032071241276571
Binary10010111110010111011000110100111001101001010111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,203,88); }

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

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

 a { background-color: rgb(151,203,88); }

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

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

 span { border-color: rgb(151,203,88); }

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