#99BF30

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

Shades of Yellow Green #99BF30

Tints of Yellow Green #99BF30

Color information

#99BF30 (or 0x99BF30) is unknown color: approx Yellow Green. HEX triplet: 99, BF and 30. RGB value is (153,191,48). Sum of RGB (Red+Green+Blue) = 153+191+48=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BF30 is #6640CF. Grayscale: #A3A3A3. Windows color (decimal): -6701264 or 3194777. OLE color: 3194777.

HSL color Cylindrical-coordinate representation of color #99BF30: hue angle of 75.94º 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 #99BF30 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB15319148-
CMYK0.2000.750.25
HSL75.94º59.83%46.86%-
HSV(B)75.94º74.87%74.9%-
XYZ32.344.259.63-
YUV163.3462.91120.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 191 (75% from 255) = 48.72%
BLUE value IS 48 (19.14% from 255) = 12.24%
R=39.03%
G=48.72%
B=12.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal153191480.2000.750.2575.9459.8346.86
Hex99BF301404B194c3c2f
Octal23127760240113311147457
Binary10011001101111111100001010001001011110011001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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