Html Css Color HEX #97E83C Atlantis

📋 copy color: '#97E83C'

red 151 ◦ green 232 ◦ blue 60

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

Shades of Atlantis #97E83C

Tints of Atlantis #97E83C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 52.37%

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

R = 34.09%
G = 52.37%
B = 13.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#97E83C (or 0x97E83C) is known color: Atlantis. HEX triplet: 97, E8 and 3C. RGB value is (151,232,60). Sum of RGB (Red+Green+Blue) = 151+232+60=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 232 (91.02% from 255 or 52.37% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 232 - color contains mainly: green. Hex color #97E83C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #97E83C is #6817C3. Grayscale: #BCBCBC. Windows color (decimal): -6821828 or 3991703. OLE color: 3991703.

HSL color Cylindrical-coordinate representation of color #97E83C: hue angle of 88.26º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97E83C is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 232 60 -
CMYK 0.35 0 0.74 0.09
HSL 88.26º 0.79% 0.57% -
HSV(B) 88.26º 0.74% 0.91% -
XYZ 42.43 64.62 14.51 -
YUV 188.17 55.66 101.49 -
System Red Green Blue C M Y K H S L
Decimal 151 232 60 0.35 0 0.74 0.09 88.26 0.79 0.57
Hex 97 E8 3C 23 0 4A 9 58 4F 39
Octal 227 350 74 43 0 112 11 130 117 71
Binary 10010111 11101000 111100 100011 0 1001010 1001 1011000 1001111 111001

Color Harmonies of #97E83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E83C

Black with #97E83C

Text Example


Text Example

White with #97E83C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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