Html Css Color HEX #97D011 Bahia

📋 copy color: '#97D011'

red 151 ◦ green 208 ◦ blue 17

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

Shades of Bahia #97D011

Tints of Bahia #97D011

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.32%

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 40.16%
G = 55.32%
B = 4.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#97D011 (or 0x97D011) is known color: Bahia. HEX triplet: 97, D0 and 11. RGB value is (151,208,17). Sum of RGB (Red+Green+Blue) = 151+208+17=376 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.16% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #97D011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97D011 is #682FEE. Grayscale: #A9A9A9. Windows color (decimal): -6828015 or 1167511. OLE color: 1167511.

HSL color Cylindrical-coordinate representation of color #97D011: hue angle of 77.91º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97D011 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 208 17 -
CMYK 0.27 0 0.92 0.18
HSL 77.91º 0.85% 0.44% -
HSV(B) 77.91º 0.92% 0.82% -
XYZ 35.42 51.73 8.65 -
YUV 169.18 42.12 115.03 -
System Red Green Blue C M Y K H S L
Decimal 151 208 17 0.27 0 0.92 0.18 77.91 0.85 0.44
Hex 97 D0 11 1B 0 5C 12 4E 55 2C
Octal 227 320 21 33 0 134 22 116 125 54
Binary 10010111 11010000 10001 11011 0 1011100 10010 1001110 1010101 101100

Color Harmonies of #97D011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D011

Black with #97D011

Text Example


Text Example

White with #97D011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,208,17); }

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

background-color css

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

 a { background-color: rgb(151,208,17); }

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

border-color css

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

 span { border-color: rgb(151,208,17); }

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