Html Css Color HEX #97C03D Atlantis

📋 copy color: '#97C03D'

red 151 ◦ green 192 ◦ blue 61

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

Shades of Atlantis #97C03D

Tints of Atlantis #97C03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

 BLUE value IS 61 (24.22% from 255) = 15.1%

R = 37.38%
G = 47.52%
B = 15.1%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#97C03D (or 0x97C03D) is known color: Atlantis. HEX triplet: 97, C0 and 3D. RGB value is (151,192,61). Sum of RGB (Red+Green+Blue) = 151+192+61=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 61 (24.22% from 255 or 15.10% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #97C03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97C03D is #683FC2. Grayscale: #A5A5A5. Windows color (decimal): -6832067 or 4046999. OLE color: 4046999.

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

Color convert

RGB 151 192 61 -
CMYK 0.21 0 0.68 0.25
HSL 78.78º 0.52% 0.5% -
HSV(B) 78.78º 0.68% 0.75% -
XYZ 32.45 44.62 11.32 -
YUV 164.81 69.42 118.15 -
System Red Green Blue C M Y K H S L
Decimal 151 192 61 0.21 0 0.68 0.25 78.78 0.52 0.5
Hex 97 C0 3D 15 0 44 19 4F 34 32
Octal 227 300 75 25 0 104 31 117 64 62
Binary 10010111 11000000 111101 10101 0 1000100 11001 1001111 110100 110010

Color Harmonies of #97C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97C03D

Black with #97C03D

Text Example


Text Example

White with #97C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,192,61); }

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

background-color css

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

 a { background-color: rgb(151,192,61); }

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

border-color css

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

 span { border-color: rgb(151,192,61); }

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