#97D23B

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

Shades of Atlantis #97D23B

Tints of Atlantis #97D23B

Color information

#97D23B (or 0x97D23B) is unknown color: approx Atlantis. HEX triplet: 97, D2 and 3B. RGB value is (151,210,59). Sum of RGB (Red+Green+Blue) = 151+210+59=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 210 (82.42% from 255 or 50% from 420); Blue value is 59 (23.44% from 255 or 14.05% from 420); Max value from RGB is 210 - color contains mainly: green. Hex color #97D23B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D23B is #682DC4. Grayscale: #AFAFAF. Windows color (decimal): -6827461 or 3920535. OLE color: 3920535.

HSL color Cylindrical-coordinate representation of color #97D23B: hue angle of 83.44º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97D23B is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB15121059-
CMYK0.2800.720.18
HSL83.44º62.66%52.75%-
HSV(B)83.44º71.9%82.35%-
XYZ36.652.9912.44-
YUV175.1462.45110.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.95%
GREEN value IS 210 (82.42% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 14.05%
R=35.95%
G=50%
B=14.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal151210590.2800.720.1883.4462.6652.75
Hex97D23B1C04812533f35
Octal22732273340110221237765
Binary10010111110100101110111110001001000100101010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,210,59); }

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

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

 a { background-color: rgb(151,210,59); }

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

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

 span { border-color: rgb(151,210,59); }

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