Html Css Color HEX #97CE4D Atlantis

📋 copy color: '#97CE4D'

red 151 ◦ green 206 ◦ blue 77

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

Shades of Atlantis #97CE4D

Tints of Atlantis #97CE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 34.79%
G = 47.47%
B = 17.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#97CE4D (or 0x97CE4D) is known color: Atlantis. HEX triplet: 97, CE and 4D. RGB value is (151,206,77). Sum of RGB (Red+Green+Blue) = 151+206+77=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 206 (80.86% from 255 or 47.47% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CE4D is #6831B2. Grayscale: #AFAFAF. Windows color (decimal): -6828467 or 5099159. OLE color: 5099159.

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

Color convert

RGB 151 206 77 -
CMYK 0.27 0 0.63 0.19
HSL 85.58º 0.57% 0.55% -
HSV(B) 85.58º 0.63% 0.81% -
XYZ 36.17 51.26 15.01 -
YUV 174.85 72.78 110.99 -
System Red Green Blue C M Y K H S L
Decimal 151 206 77 0.27 0 0.63 0.19 85.58 0.57 0.55
Hex 97 CE 4D 1B 0 3F 13 56 39 37
Octal 227 316 115 33 0 77 23 126 71 67
Binary 10010111 11001110 1001101 11011 0 111111 10011 1010110 111001 110111

Color Harmonies of #97CE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CE4D

Black with #97CE4D

Text Example


Text Example

White with #97CE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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