Html Css Color HEX #97E63D Atlantis

📋 copy color: '#97E63D'

red 151 ◦ green 230 ◦ blue 61

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

Shades of Atlantis #97E63D

Tints of Atlantis #97E63D

RGB

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

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

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

R = 34.16%
G = 52.04%
B = 13.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#97E63D (or 0x97E63D) is known color: Atlantis. HEX triplet: 97, E6 and 3D. RGB value is (151,230,61). Sum of RGB (Red+Green+Blue) = 151+230+61=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #97E63D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97E63D is #6819C2. Grayscale: #BBBBBB. Windows color (decimal): -6822339 or 4056727. OLE color: 4056727.

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

Color convert

RGB 151 230 61 -
CMYK 0.34 0 0.73 0.10
HSL 88.05º 0.77% 0.57% -
HSV(B) 88.05º 0.73% 0.9% -
XYZ 41.9 63.51 14.47 -
YUV 187.11 56.83 102.24 -
System Red Green Blue C M Y K H S L
Decimal 151 230 61 0.34 0 0.73 0.10 88.05 0.77 0.57
Hex 97 E6 3D 22 0 49 A 58 4D 39
Octal 227 346 75 42 0 111 12 130 115 71
Binary 10010111 11100110 111101 100010 0 1001001 1010 1011000 1001101 111001

Color Harmonies of #97E63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E63D

Black with #97E63D

Text Example


Text Example

White with #97E63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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