#97BF34

Color #97BF34 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #97BF34

Tints of Yellow Green #97BF34

Color information

#97BF34 (or 0x97BF34) is unknown color: approx Yellow Green. HEX triplet: 97, BF and 34. RGB value is (151,191,52). Sum of RGB (Red+Green+Blue) = 151+191+52=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BF34 is #6840CB. Grayscale: #A3A3A3. Windows color (decimal): -6832332 or 3456919. OLE color: 3456919.

HSL color Cylindrical-coordinate representation of color #97BF34: hue angle of 77.27º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #97BF34 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB15119152-
CMYK0.2100.730.25
HSL77.27º57.2%47.65%-
HSV(B)77.27º72.77%74.9%-
XYZ32.0144.0910.07-
YUV163.1965.25119.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 191 (75% from 255) = 48.48%
BLUE value IS 52 (20.70% from 255) = 13.20%
R=38.32%
G=48.48%
B=13.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151191520.2100.730.2577.2757.247.65
Hex97BF3415049194d3930
Octal22727764250111311157160
Binary10010111101111111101001010101001001110011001101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,52); }

 H1.HeaderClassName
 {
   color: #97BF34;
 }
 .AnyTagClassName
 {
   color: #97BF34;
 }
</style>
background-color css

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

 a { background-color: rgb(151,191,52); }

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

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

 span { border-color: rgb(151,191,52); }

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