#97CC3B

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

Shades of Atlantis #97CC3B

Tints of Atlantis #97CC3B

Color information

#97CC3B (or 0x97CC3B) is unknown color: approx Atlantis. HEX triplet: 97, CC and 3B. RGB value is (151,204,59). Sum of RGB (Red+Green+Blue) = 151+204+59=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CC3B is #6833C4. Grayscale: #ACACAC. Windows color (decimal): -6828997 or 3918999. OLE color: 3918999.

HSL color Cylindrical-coordinate representation of color #97CC3B: hue angle of 81.93º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97CC3B is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB15120459-
CMYK0.2600.710.2
HSL81.93º58.7%51.57%-
HSV(B)81.93º71.08%80%-
XYZ35.1450.0811.95-
YUV171.6264.44113.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.47%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 59 (23.44% from 255) = 14.25%
R=36.47%
G=49.28%
B=14.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal151204590.2600.710.281.9358.751.57
Hex97CC3B1A04714523b34
Octal22731473320107241227364
Binary10010111110011001110111101001000111101001010010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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