Html Css Color HEX #97CA40 Atlantis

📋 copy color: '#97CA40'

red 151 ◦ green 202 ◦ blue 64

#97CA40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #97CA40

Tints of Atlantis #97CA40

RGB

 RED value IS 151 (59.38% from 255) = 36.21%

 GREEN value IS 202 (79.3% from 255) = 48.44%

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 36.21%
G = 48.44%
B = 15.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#97CA40 (or 0x97CA40) is known color: Atlantis. HEX triplet: 97, CA and 40. RGB value is (151,202,64). Sum of RGB (Red+Green+Blue) = 151+202+64=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CA40 is #6835BF. Grayscale: #ABABAB. Windows color (decimal): -6829504 or 4246167. OLE color: 4246167.

HSL color Cylindrical-coordinate representation of color #97CA40: hue angle of 82.17º degrees, saturation: 0.57, 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 #97CA40 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 202 64 -
CMYK 0.25 0 0.68 0.21
HSL 82.17º 0.57% 0.52% -
HSV(B) 82.17º 0.68% 0.79% -
XYZ 34.81 49.19 12.51 -
YUV 171.02 67.6 113.72 -
System Red Green Blue C M Y K H S L
Decimal 151 202 64 0.25 0 0.68 0.21 82.17 0.57 0.52
Hex 97 CA 40 19 0 44 15 52 39 34
Octal 227 312 100 31 0 104 25 122 71 64
Binary 10010111 11001010 1000000 11001 0 1000100 10101 1010010 111001 110100

Color Harmonies of #97CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CA40

Black with #97CA40

Text Example


Text Example

White with #97CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97CA40;
 }
 .AnyTagClassName
 {
   color: #97CA40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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