Html Css Color HEX #97E63C Atlantis

📋 copy color: '#97E63C'

red 151 ◦ green 230 ◦ blue 60

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

Shades of Atlantis #97E63C

Tints of Atlantis #97E63C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 52.15%

 BLUE value IS 60 (23.83% from 255) = 13.61%

R = 34.24%
G = 52.15%
B = 13.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#97E63C (or 0x97E63C) is known color: Atlantis. HEX triplet: 97, E6 and 3C. RGB value is (151,230,60). Sum of RGB (Red+Green+Blue) = 151+230+60=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 230 (90.23% from 255 or 52.15% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 230 - color contains mainly: green. Hex color #97E63C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97E63C is #6819C3. Grayscale: #BBBBBB. Windows color (decimal): -6822340 or 3991191. OLE color: 3991191.

HSL color Cylindrical-coordinate representation of color #97E63C: hue angle of 87.88º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97E63C is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 230 60 -
CMYK 0.34 0 0.74 0.10
HSL 87.88º 0.77% 0.57% -
HSV(B) 87.88º 0.74% 0.9% -
XYZ 41.87 63.5 14.32 -
YUV 187 56.33 102.32 -
System Red Green Blue C M Y K H S L
Decimal 151 230 60 0.34 0 0.74 0.10 87.88 0.77 0.57
Hex 97 E6 3C 22 0 4A A 58 4D 39
Octal 227 346 74 42 0 112 12 130 115 71
Binary 10010111 11100110 111100 100010 0 1001010 1010 1011000 1001101 111001

Color Harmonies of #97E63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E63C

Black with #97E63C

Text Example


Text Example

White with #97E63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,230,60); }

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

background-color css

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

 a { background-color: rgb(151,230,60); }

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

border-color css

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

 span { border-color: rgb(151,230,60); }

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