Html Css Color HEX #97D341 Atlantis

📋 copy color: '#97D341'

red 151 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #97D341

Tints of Atlantis #97D341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.41%

 BLUE value IS 65 (25.78% from 255) = 15.22%

R = 35.36%
G = 49.41%
B = 15.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#97D341 (or 0x97D341) is known color: Atlantis. HEX triplet: 97, D3 and 41. RGB value is (151,211,65). Sum of RGB (Red+Green+Blue) = 151+211+65=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #97D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97D341 is #682CBE. Grayscale: #B0B0B0. Windows color (decimal): -6827199 or 4314007. OLE color: 4314007.

HSL color Cylindrical-coordinate representation of color #97D341: hue angle of 84.66º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #97D341 is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 211 65 -
CMYK 0.28 0 0.69 0.17
HSL 84.66º 0.62% 0.54% -
HSV(B) 84.66º 0.69% 0.83% -
XYZ 37.01 53.55 13.39 -
YUV 176.42 65.12 109.87 -
System Red Green Blue C M Y K H S L
Decimal 151 211 65 0.28 0 0.69 0.17 84.66 0.62 0.54
Hex 97 D3 41 1C 0 45 11 55 3E 36
Octal 227 323 101 34 0 105 21 125 76 66
Binary 10010111 11010011 1000001 11100 0 1000101 10001 1010101 111110 110110

Color Harmonies of #97D341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D341

Black with #97D341

Text Example


Text Example

White with #97D341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,211,65); }

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

background-color css

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

 a { background-color: rgb(151,211,65); }

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

border-color css

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

 span { border-color: rgb(151,211,65); }

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