Html Css Color HEX #97CE41 Atlantis

📋 copy color: '#97CE41'

red 151 ◦ green 206 ◦ blue 65

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

Shades of Atlantis #97CE41

Tints of Atlantis #97CE41

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.82%

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

R = 35.78%
G = 48.82%
B = 15.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#97CE41 (or 0x97CE41) is known color: Atlantis. HEX triplet: 97, CE and 41. RGB value is (151,206,65). Sum of RGB (Red+Green+Blue) = 151+206+65=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97CE41 is #6831BE. Grayscale: #ADADAD. Windows color (decimal): -6828479 or 4312727. OLE color: 4312727.

HSL color Cylindrical-coordinate representation of color #97CE41: hue angle of 83.4º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #97CE41 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 206 65 -
CMYK 0.27 0 0.68 0.19
HSL 83.4º 0.59% 0.53% -
HSV(B) 83.4º 0.68% 0.81% -
XYZ 35.79 51.1 12.98 -
YUV 173.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 151 206 65 0.27 0 0.68 0.19 83.4 0.59 0.53
Hex 97 CE 41 1B 0 44 13 53 3B 35
Octal 227 316 101 33 0 104 23 123 73 65
Binary 10010111 11001110 1000001 11011 0 1000100 10011 1010011 111011 110101

Color Harmonies of #97CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CE41

Black with #97CE41

Text Example


Text Example

White with #97CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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