#97BF30

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

Shades of Yellow Green #97BF30

Tints of Yellow Green #97BF30

Color information

#97BF30 (or 0x97BF30) is unknown color: approx Yellow Green. HEX triplet: 97, BF and 30. RGB value is (151,191,48). Sum of RGB (Red+Green+Blue) = 151+191+48=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #97BF30 is #6840CF. Grayscale: #A3A3A3. Windows color (decimal): -6832336 or 3194775. OLE color: 3194775.

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

Color convert

RGB15119148-
CMYK0.2100.750.25
HSL76.78º59.83%46.86%-
HSV(B)76.78º74.87%74.9%-
XYZ31.9344.059.62-
YUV162.7463.25119.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.72%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 48 (19.14% from 255) = 12.31%
R=38.72%
G=48.97%
B=12.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151191480.2100.750.2576.7859.8346.86
Hex97BF301504B194d3c2f
Octal22727760250113311157457
Binary10010111101111111100001010101001011110011001101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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