#97CA41

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

Shades of Atlantis #97CA41

Tints of Atlantis #97CA41

Color information

#97CA41 (or 0x97CA41) is unknown color: approx Atlantis. HEX triplet: 97, CA and 41. RGB value is (151,202,65). Sum of RGB (Red+Green+Blue) = 151+202+65=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA41 is #6835BE. Grayscale: #ABABAB. Windows color (decimal): -6829503 or 4311703. OLE color: 4311703.

HSL color Cylindrical-coordinate representation of color #97CA41: hue angle of 82.34º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97CA41 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB15120265-
CMYK0.2500.680.21
HSL82.34º56.38%52.35%-
HSV(B)82.34º67.82%79.22%-
XYZ34.8449.212.66-
YUV171.1368.1113.64-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 36.12%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 65 (25.78% from 255) = 15.55%
R=36.12%
G=48.33%
B=15.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal151202650.2500.680.2182.3456.3852.35
Hex97CA411904415523834
Octal227312101310104251227064
Binary100101111100101010000011100101000100101011010010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,202,65); }

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

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

 a { background-color: rgb(151,202,65); }

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

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

 span { border-color: rgb(151,202,65); }

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