Html Css Color HEX #97BD4D Atlantis

📋 copy color: '#97BD4D'

red 151 ◦ green 189 ◦ blue 77

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

Shades of Atlantis #97BD4D

Tints of Atlantis #97BD4D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 36.21%
G = 45.32%
B = 18.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#97BD4D (or 0x97BD4D) is known color: Atlantis. HEX triplet: 97, BD and 4D. RGB value is (151,189,77). Sum of RGB (Red+Green+Blue) = 151+189+77=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97BD4D is #6842B2. Grayscale: #A5A5A5. Windows color (decimal): -6832819 or 5094807. OLE color: 5094807.

HSL color Cylindrical-coordinate representation of color #97BD4D: hue angle of 80.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #97BD4D is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 189 77 -
CMYK 0.20 0 0.59 0.26
HSL 80.36º 0.46% 0.52% -
HSV(B) 80.36º 0.59% 0.74% -
XYZ 32.3 43.51 13.72 -
YUV 164.87 78.41 118.11 -
System Red Green Blue C M Y K H S L
Decimal 151 189 77 0.20 0 0.59 0.26 80.36 0.46 0.52
Hex 97 BD 4D 14 0 3B 1A 50 2E 34
Octal 227 275 115 24 0 73 32 120 56 64
Binary 10010111 10111101 1001101 10100 0 111011 11010 1010000 101110 110100

Color Harmonies of #97BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BD4D

Black with #97BD4D

Text Example


Text Example

White with #97BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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